Interface SOAPModelBuilder

    • Method Detail

      • getSOAPEnvelope

        SOAPEnvelope getSOAPEnvelope()
        Get the SOAP envelope for the document processed by this builder. This is a convenience method that has the same return value as OMXMLParserWrapper.getDocumentElement() but a different return type.
        Returns:
        the SOAP envelope
      • getSOAPMessage

        SOAPMessage getSOAPMessage()
        Get the SOAP message being built by this builder. This is a convenience method that has the same return value as OMXMLParserWrapper.getDocument() but a different return type.
        Returns:
        the SOAP message