Class WSDLConnection

All Implemented Interfaces:
Peer

public class WSDLConnection extends ProtoableNode
  • Constructor Details

    • WSDLConnection

      public WSDLConnection(Element parent, Node prevSibling)
      Constructor.
  • Method Details

    • clone

      public Element clone(Element oParent, boolean deep)
      watson 1478951: special case cloning for nodes such that they will inherit a copy of the source node's event table. This allows cloned orphan nodes to be able to trigger script that referenced the source node.
      Overrides:
      clone in class ProtoableNode
    • execute

      public boolean execute(boolean inDoDynamicMerge)
      Adobe patent application tracking # P624, entitled "Form-based Data Storage And Retrieval", inventors: Matveief,Young,Solc
    • executePermsCheck

      public boolean executePermsCheck()
      Permissions checking function for script calls or declarative operations
      Returns:
      true if ok, else false
    • getScriptTable

      public ScriptTable getScriptTable()
      Overrides:
      getScriptTable in class ProtoableNode