FormSubmitPostProcessor.java 443 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  com.adobe.forms.common.service.FileAttachmentWrapper
 */
package com.adobe.forms.external.service;

import com.adobe.forms.common.service.FileAttachmentWrapper;
import java.util.List;
import java.util.Map;

public interface FormSubmitPostProcessor {
    public void handlePostProcess(String var1, List<FileAttachmentWrapper> var2, Map<String, String> var3);
}