Package org.apache.axiom.soap
Interface SOAPModelBuilder
- All Superinterfaces:
OMXMLParserWrapper
SOAP specific extension to
OMXMLParserWrapper
.-
Method Summary
Modifier and TypeMethodDescriptionGet the SOAP envelope for the document processed by this builder.Get the SOAP message being built by this builder.Methods inherited from interface org.apache.axiom.om.OMXMLParserWrapper
close, detach, getDocument, getDocumentElement, getDocumentElement, isCompleted
-
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 asOMXMLParserWrapper.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 asOMXMLParserWrapper.getDocument()
but a different return type.- Returns:
- the SOAP message
-