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

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

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