Class WSDLBindingOperation

  • All Implemented Interfaces:
    Peer

    public class WSDLBindingOperation
    extends WSDLNode
    • Constructor Detail

      • WSDLBindingOperation

        public WSDLBindingOperation​(WSDLDocument poDocument,
                                    Element oSrc)
    • Method Detail

      • 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 .
        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.
      • 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 element for the input.
        Returns:
        The element for the input.
      • getOutputSoapBody

        public WSDLExten getOutputSoapBody()
        Get the element for the output.
        Returns:
        The element for the output.