Class ConnectionSetProxy
- java.lang.Object
-
- com.adobe.xfa.connectionset.proxies.ConnectionSetProxy
-
- Direct Known Subclasses:
WSDLConnectionSetProxy
public abstract class ConnectionSetProxy extends java.lang.Object
The ConnectionSetProxy defines a proxy for connectionSets that wish to define an execute action.
-
-
Field Summary
Fields Modifier and Type Field Description ConnectionSetModel
moOwner
-
Constructor Summary
Constructors Constructor Description ConnectionSetProxy()
Instantiates a ConnectionSetProxy object.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract ConnectionSetProxy
clone()
allow cloningabstract boolean
execute(Element oWSDLConnectionNode, boolean bDynamicMerge)
Virtual method to execute this connection.boolean
handlesConnection(int eConnectionTag)
does this Proxy handle a particular connection type?
-
-
-
Field Detail
-
moOwner
public ConnectionSetModel moOwner
-
-
Method Detail
-
clone
public abstract ConnectionSetProxy clone()
allow cloning
-
execute
public abstract boolean execute(Element oWSDLConnectionNode, boolean bDynamicMerge)
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.
-
-