Class WSDLBindingOperation

All Implemented Interfaces:
Peer

public class WSDLBindingOperation extends WSDLNode
  • Field Details

  • Constructor Details

  • Method Details

    • getOperation

      public WSDLOperation getOperation()
      get the WSDLOperation this binding operation binds.
      Returns:
      the WSDLOperation node this binding operation binds.
    • getSoapOperation

      public WSDLExten getSoapOperation()
      Get the node invalid input: '<'soap:operation>.
      Returns:
      the WSDLNode that the soap:operation child of this node.
    • getSoapBinding

      public WSDLExten getSoapBinding()
      Get the soap:binding node that is a sibling of this node.
      Returns:
      the WSDLNode that is the soap:binding node associated with this node.
    • getSoapStyle

      public WSDLBindingOperation.SoapStyle getSoapStyle()
      Get the SOAP style of this operation.
      Returns:
      SOAP style.
    • usesHTTPTransport

      public boolean usesHTTPTransport()
      returns whether or not this operation uses the httpTransport.
      Returns:
      a Bool indicating whether this operation uses the httpTransport.
    • getInputSoapBody

      public WSDLExten getInputSoapBody()
      Get the invalid input: '<'soap:body> element for the input.
      Returns:
      The invalid input: '<'soap:body> element for the input.
    • getOutputSoapBody

      public WSDLExten getOutputSoapBody()
      Get the invalid input: '<'soap:body> element for the output.
      Returns:
      The invalid input: '<'soap:body> element for the output.