Class ConnectionSetProxy
java.lang.Object
com.adobe.xfa.connectionset.proxies.ConnectionSetProxy
- Direct Known Subclasses:
WSDLConnectionSetProxy
The ConnectionSetProxy defines a proxy for connectionSets
that wish to define an execute action.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ConnectionSetProxyclone()allow cloningabstract booleanVirtual method to execute this connection.booleanhandlesConnection(int eConnectionTag) does this Proxy handle a particular connection type?
-
Field Details
-
moOwner
-
-
Constructor Details
-
ConnectionSetProxy
public ConnectionSetProxy()Instantiates a ConnectionSetProxy object.
-
-
Method Details
-
clone
allow cloning -
execute
Virtual method to execute this connection.- Returns:
- TRUE if the connection was successfully executed.
-
handlesConnection
public boolean handlesConnection(int eConnectionTag) does this Proxy handle a particular connection type?- Returns:
- TRUE if this proxy handles the connecitonType.
-