Class WSDLConnectionSetProxy
- java.lang.Object
-
- com.adobe.xfa.connectionset.proxies.ConnectionSetProxy
-
- com.adobe.xfa.connectionset.proxies.WSDLConnectionSetProxy
-
public class WSDLConnectionSetProxy extends ConnectionSetProxy
The XFAConnectionSetProxy defines a proxy for connectionSets that wish to define an execute action.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
WSDLConnectionSetProxy.ConnectionSetProxyHandler
static class
WSDLConnectionSetProxy.Notifications
-
Field Summary
-
Fields inherited from class com.adobe.xfa.connectionset.proxies.ConnectionSetProxy
moOwner
-
-
Constructor Summary
Constructors Constructor Description WSDLConnectionSetProxy()
The default c'tor -- instantiate an ConnectionSetProxy object.WSDLConnectionSetProxy(WSDLConnectionSetProxy oProxy)
WSDLConnectionSetProxy(WSDLConnectionSetProxy.ConnectionSetProxyHandler handler, java.lang.Object inHandlerData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectionSetProxy
clone()
allow cloningboolean
execute(Element oWSDLConnectionNode, boolean bDynamicMerge)
Adobe patent application tracking # P624, entitled "Form-based Data Storage And Retrieval", inventors: Matveief,Young,SolcNode
getWSDLConnectionNode()
returns the WSDLConnectionNode that is currently executing, only valid while executing.boolean
handlesConnection(int eConnectionTag)
does this Proxy handle a particular connection type?void
setSOAPFile(java.lang.String inFile)
temp for testing
-
-
-
Constructor Detail
-
WSDLConnectionSetProxy
public WSDLConnectionSetProxy()
The default c'tor -- instantiate an ConnectionSetProxy object.
-
WSDLConnectionSetProxy
public WSDLConnectionSetProxy(WSDLConnectionSetProxy oProxy)
-
WSDLConnectionSetProxy
public WSDLConnectionSetProxy(WSDLConnectionSetProxy.ConnectionSetProxyHandler handler, java.lang.Object inHandlerData)
-
-
Method Detail
-
clone
public ConnectionSetProxy clone()
allow cloning- Specified by:
clone
in classConnectionSetProxy
-
execute
public boolean execute(Element oWSDLConnectionNode, boolean bDynamicMerge)
Adobe patent application tracking # P624, entitled "Form-based Data Storage And Retrieval", inventors: Matveief,Young,Solc- Specified by:
execute
in classConnectionSetProxy
- Returns:
- true if the connection was successfully executed.
-
getWSDLConnectionNode
public Node 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:
handlesConnection
in classConnectionSetProxy
- Returns:
- true if this proxy handles the connecitonType.
-
setSOAPFile
public void setSOAPFile(java.lang.String inFile)
temp for testing
-
-