Package org.apache.axiom.soap
Interface SOAPMessage
- All Superinterfaces:
OMContainer
,OMDocument
,OMInformationItem
,OMSerializable
-
Field Summary
Fields inherited from interface org.apache.axiom.om.OMDocument
XML_10, XML_11
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setSOAPEnvelope
(SOAPEnvelope envelope) Sets the SOAP envelope for this message.Methods inherited from interface org.apache.axiom.om.OMContainer
addChild, getBuilder, getChildren, getChildrenWithLocalName, getChildrenWithName, getChildrenWithNamespaceURI, getFirstChildWithName, getFirstOMChild, getSAXResult, getSAXSource, getXMLStreamReader, getXMLStreamReader, getXMLStreamReader, getXMLStreamReaderWithoutCaching, getXOPEncodedStreamReader, removeChildren, serialize, serialize, serialize, serialize, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume
Methods inherited from interface org.apache.axiom.om.OMDocument
getCharsetEncoding, getDescendants, getOMDocumentElement, getXMLEncoding, getXMLVersion, isStandalone, setCharsetEncoding, setOMDocumentElement, setStandalone, setXMLEncoding, setXMLVersion
Methods inherited from interface org.apache.axiom.om.OMInformationItem
clone, getOMFactory
Methods inherited from interface org.apache.axiom.om.OMSerializable
build, close, isComplete, serialize, serialize, serializeAndConsume
-
Method Details
-
getSOAPEnvelope
- Throws:
SOAPProcessingException
-
setSOAPEnvelope
Sets the SOAP envelope for this message. This method has the same effect asOMDocument.setOMDocumentElement(OMElement)
.- Parameters:
envelope
- the envelope to be set as the root element for this message
-