Class 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.
    • Constructor Detail

      • ConnectionSetProxy

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

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