Class WSDLConnectionSetProxy

java.lang.Object
com.adobe.xfa.connectionset.proxies.ConnectionSetProxy
com.adobe.xfa.connectionset.proxies.WSDLConnectionSetProxy

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

  • Method Details

    • clone

      public ConnectionSetProxy clone()
      allow cloning
      Specified by:
      clone in class ConnectionSetProxy
    • 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(String inFile)
      temp for testing