Class WSDLConnectionSetProxy
java.lang.Object
com.adobe.xfa.connectionset.proxies.ConnectionSetProxy
com.adobe.xfa.connectionset.proxies.WSDLConnectionSetProxy
The XFAConnectionSetProxy defines a proxy for connectionSets that wish to define an execute action.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic enum -
Field Summary
Fields inherited from class com.adobe.xfa.connectionset.proxies.ConnectionSetProxy
moOwner -
Constructor Summary
ConstructorsConstructorDescriptionThe default c'tor -- instantiate an ConnectionSetProxy object.WSDLConnectionSetProxy(WSDLConnectionSetProxy.ConnectionSetProxyHandler handler, Object inHandlerData) -
Method Summary
Modifier and TypeMethodDescriptionclone()allow cloningbooleanAdobe patent application tracking # P624, entitled "Form-based Data Storage And Retrieval", inventors: Matveief,Young,Solcreturns the WSDLConnectionNode that is currently executing, only valid while executing.booleanhandlesConnection(int eConnectionTag) does this Proxy handle a particular connection type?voidsetSOAPFile(String inFile) temp for testing
-
Constructor Details
-
WSDLConnectionSetProxy
public WSDLConnectionSetProxy()The default c'tor -- instantiate an ConnectionSetProxy object. -
WSDLConnectionSetProxy
-
WSDLConnectionSetProxy
public WSDLConnectionSetProxy(WSDLConnectionSetProxy.ConnectionSetProxyHandler handler, Object inHandlerData)
-
-
Method Details
-
clone
allow cloning- Specified by:
clonein classConnectionSetProxy
-
execute
Adobe patent application tracking # P624, entitled "Form-based Data Storage And Retrieval", inventors: Matveief,Young,Solc- Specified by:
executein classConnectionSetProxy- Returns:
- true if the connection was successfully executed.
-
getWSDLConnectionNode
returns the WSDLConnectionNode that is currently executing, only valid while executing. -
handlesConnection
public boolean handlesConnection(int eConnectionTag) does this Proxy handle a particular connection type?- Overrides:
handlesConnectionin classConnectionSetProxy- Returns:
- true if this proxy handles the connecitonType.
-
setSOAPFile
temp for testing
-