Class WSDLConnectionSetProxy


  • public class WSDLConnectionSetProxy
    extends ConnectionSetProxy
    The XFAConnectionSetProxy defines a proxy for connectionSets that wish to define an execute action.
    • Constructor Detail

      • WSDLConnectionSetProxy

        public WSDLConnectionSetProxy()
        The default c'tor -- instantiate an ConnectionSetProxy object.
    • Method Detail

      • 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 class ConnectionSetProxy
        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 class ConnectionSetProxy
        Returns:
        true if this proxy handles the connecitonType.
      • setSOAPFile

        public void setSOAPFile​(java.lang.String inFile)
        temp for testing