FormFactoryPOATie.java
7.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
/*
* 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);
}
}