Class ConnectionSetProxy

java.lang.Object
com.adobe.xfa.connectionset.proxies.ConnectionSetProxy
Direct Known Subclasses:
WSDLConnectionSetProxy

public abstract class ConnectionSetProxy extends Object
The ConnectionSetProxy defines a proxy for connectionSets that wish to define an execute action.
  • Field Details

  • Constructor Details

    • ConnectionSetProxy

      public ConnectionSetProxy()
      Instantiates a ConnectionSetProxy object.
  • Method Details

    • 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.