XMLFormServiceManagedConnection.java 786 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  com.adobe.service.ProcessFactoryManager
 *  com.adobe.service.ProcessResource
 *  com.adobe.service.ServiceAPI
 */
package com.adobe.document;

import com.adobe.document.XMLFormService;
import com.adobe.document.XMLFormServiceProcessFactoryManager;
import com.adobe.service.ProcessFactoryManager;
import com.adobe.service.ProcessResource;
import com.adobe.service.ServiceAPI;

import java.io.IOException;

public class XMLFormServiceManagedConnection
extends ProcessResource {
    public XMLFormServiceManagedConnection(XMLFormService theService) throws IOException {
        super((ServiceAPI)theService, (ProcessFactoryManager)new XMLFormServiceProcessFactoryManager((ServiceAPI)theService));
    }
}