FormFactoryPOATie.java 7.83 KB
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  com.adobe.service.FileDataBuffer
 *  com.adobe.service.InlinedDataBuffer
 *  com.adobe.service.InlinedDataBufferHolder
 */
package com.adobe.document.xmlform;

import com.adobe.document.xmlform.BatchInput;
import com.adobe.document.xmlform.BatchInputForPrint;
import com.adobe.document.xmlform.Content;
import com.adobe.document.xmlform.DataBufferHolder;
import com.adobe.document.xmlform.Form;
import com.adobe.document.xmlform.FormFactory;
import com.adobe.document.xmlform.FormFactoryHelper;
import com.adobe.document.xmlform.FormFactoryOperations;
import com.adobe.document.xmlform.FormFactoryPOA;
import com.adobe.document.xmlform.InvalidPacketNameException;
import com.adobe.document.xmlform.InvalidTemplateException;
import com.adobe.document.xmlform.InvalidXDCException;
import com.adobe.document.xmlform.InvalidXDPException;
import com.adobe.document.xmlform.OutOfMemoryException;
import com.adobe.document.xmlform.ProcessingOptions;
import com.adobe.document.xmlform.RenderException;
import com.adobe.document.xmlform.RenderInput;
import com.adobe.document.xmlform.RenderInputForPrint;
import com.adobe.document.xmlform.RenderResultForPrintListHolder;
import com.adobe.document.xmlform.RenderResultListHolder;
import com.adobe.document.xmlform.ReturnStatus;
import com.adobe.document.xmlform.ToSimplePSException;
import com.adobe.document.xmlform.WSAliasCredential;
import com.adobe.document.xmlform.WSTemplateAliases;
import com.adobe.service.FileDataBuffer;
import com.adobe.service.InlinedDataBuffer;
import com.adobe.service.InlinedDataBufferHolder;
import org.omg.CORBA.ORB;
import org.omg.CORBA.Object;
import org.omg.CORBA.portable.Delegate;
import org.omg.CORBA.portable.ObjectImpl;
import org.omg.PortableServer.POA;

public class FormFactoryPOATie
extends FormFactoryPOA {
    private FormFactoryOperations _delegate;
    private POA _poa;

    public FormFactoryPOATie(FormFactoryOperations delegate) {
        this._delegate = delegate;
    }

    public FormFactoryPOATie(FormFactoryOperations delegate, POA poa) {
        this._delegate = delegate;
        this._poa = poa;
    }

    public FormFactory _this() {
        Object __o = this._this_object();
        FormFactory __r = FormFactoryHelper.narrow(__o);
        if (__o != null && __o != __r) {
            ((ObjectImpl)__o)._set_delegate(null);
        }
        return __r;
    }

    public FormFactory _this(ORB orb) {
        Object __o = this._this_object(orb);
        FormFactory __r = FormFactoryHelper.narrow(__o);
        if (__o != null && __o != __r) {
            ((ObjectImpl)__o)._set_delegate(null);
        }
        return __r;
    }

    public FormFactoryOperations _delegate() {
        return this._delegate;
    }

    public void _delegate(FormFactoryOperations delegate) {
        this._delegate = delegate;
    }

    public POA _default_POA() {
        if (this._poa != null) {
            return this._poa;
        }
        return super._default_POA();
    }

    public void toSimplePS(byte[] pdfData, int psLevel, DataBufferHolder output) throws ToSimplePSException {
        this._delegate.toSimplePS(pdfData, psLevel, output);
    }

    public ReturnStatus PAexecuteNoDataInProcInfoInlined(InlinedDataBuffer template, InlinedDataBuffer data, InlinedDataBuffer xci, InlinedDataBuffer xdc, InlinedDataBufferHolder output, InlinedDataBufferHolder processingInfo) {
        return this._delegate.PAexecuteNoDataInProcInfoInlined(template, data, xci, xdc, output, processingInfo);
    }

    public ReturnStatus PAexecute(byte[] template, byte[] data, byte[] xci, byte[] xdc, DataBufferHolder output, DataBufferHolder processingInfo) {
        return this._delegate.PAexecute(template, data, xci, xdc, output, processingInfo);
    }

    public ReturnStatus generateSnapshot(InlinedDataBuffer template, InlinedDataBuffer data, InlinedDataBuffer xci, InlinedDataBuffer xdc, ProcessingOptions options, WSAliasCredential[] credentialCache, boolean strictSSLMode, InlinedDataBufferHolder output, InlinedDataBufferHolder processingInfo) throws InvalidXDCException, RenderException, InvalidTemplateException {
        return this._delegate.generateSnapshot(template, data, xci, xdc, options, credentialCache, strictSSLMode, output, processingInfo);
    }

    public boolean renderBatchForPrint(InlinedDataBuffer configuration, BatchInputForPrint[] templateList, BatchInputForPrint[] dataList, RenderInputForPrint[] renderInputList, boolean strictSSLMode, RenderResultForPrintListHolder renderResultList) throws InvalidXDCException, RenderException, InvalidTemplateException {
        return this._delegate.renderBatchForPrint(configuration, templateList, dataList, renderInputList, strictSSLMode, renderResultList);
    }

    public boolean renderBatchForPrintReuseLayout(InlinedDataBuffer configuration, InlinedDataBuffer layoutXdc, BatchInputForPrint[] templateList, BatchInputForPrint[] dataList, RenderInputForPrint[] renderInputList, ProcessingOptions options, RenderResultForPrintListHolder renderResultList, InlinedDataBufferHolder outputTrace) throws InvalidXDCException, RenderException, OutOfMemoryException, InvalidTemplateException {
        return this._delegate.renderBatchForPrintReuseLayout(configuration, layoutXdc, templateList, dataList, renderInputList, options, renderResultList, outputTrace);
    }

    public ReturnStatus PAexecuteNoDataInProcInfo(byte[] template, byte[] data, byte[] xci, byte[] xdc, DataBufferHolder output, DataBufferHolder processingInfo) {
        return this._delegate.PAexecuteNoDataInProcInfo(template, data, xci, xdc, output, processingInfo);
    }

    public boolean renderAll(byte[] configuration, Content template, Content data, boolean strictSSLMode, RenderInput[] inputs, RenderResultListHolder results) throws InvalidXDCException, RenderException, InvalidTemplateException {
        return this._delegate.renderAll(configuration, template, data, strictSSLMode, inputs, results);
    }

    public boolean renderBatch(byte[] configuration, BatchInput[] batchList, RenderInput[] inputs, RenderResultListHolder results) throws InvalidXDCException, RenderException, InvalidTemplateException {
        return this._delegate.renderBatch(configuration, batchList, inputs, results);
    }

    public boolean renderBatchForPrint82(InlinedDataBuffer configuration, BatchInputForPrint[] templateList, BatchInputForPrint[] dataList, RenderInputForPrint[] renderInputList, ProcessingOptions options, WSTemplateAliases[] batchCredentialCache, RenderResultForPrintListHolder renderResultList) throws InvalidXDCException, RenderException, InvalidTemplateException {
        return this._delegate.renderBatchForPrint82(configuration, templateList, dataList, renderInputList, options, batchCredentialCache, renderResultList);
    }

    public String getVersion() {
        return this._delegate.getVersion();
    }

    public Form createDefault() {
        return this._delegate.createDefault();
    }

    public Form create(FileDataBuffer inputData, String[] packetNames) throws InvalidXDPException, InvalidPacketNameException {
        return this._delegate.create(inputData, packetNames);
    }

    public ReturnStatus PAexecute82(InlinedDataBuffer template, InlinedDataBuffer data, InlinedDataBuffer xci, InlinedDataBuffer xdc, ProcessingOptions options, WSAliasCredential[] credentialCache, InlinedDataBufferHolder output, InlinedDataBufferHolder processingInfo) throws InvalidXDCException, RenderException, InvalidTemplateException {
        return this._delegate.PAexecute82(template, data, xci, xdc, options, credentialCache, output, processingInfo);
    }

    public ReturnStatus PAexecuteInlined(InlinedDataBuffer template, InlinedDataBuffer data, InlinedDataBuffer xci, InlinedDataBuffer xdc, InlinedDataBufferHolder output, InlinedDataBufferHolder processingInfo) {
        return this._delegate.PAexecuteInlined(template, data, xci, xdc, output, processingInfo);
    }
}