IOutputContext2.java 319 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  com.adobe.idp.Document
 */
package com.adobe.livecycle.formsservice.client.interfaces;

import com.adobe.idp.Document;

public interface IOutputContext2 {
    public void setOutputContent(Document var1, String var2) throws Exception;
}