Interface SOAPModelBuilder

All Superinterfaces:
OMXMLParserWrapper

public interface SOAPModelBuilder extends OMXMLParserWrapper
SOAP specific extension to OMXMLParserWrapper.
  • Method Details

    • 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