org.apache.axiom.soap
Interface SOAPMessage

All Superinterfaces:
OMContainer, OMDocument

public interface SOAPMessage
extends OMDocument


Field Summary
 
Fields inherited from interface org.apache.axiom.om.OMDocument
XML_10, XML_11
 
Method Summary
 SOAPEnvelope getSOAPEnvelope()
           
 void setSOAPEnvelope(SOAPEnvelope envelope)
           
 
Methods inherited from interface org.apache.axiom.om.OMDocument
getCharsetEncoding, getOMDocumentElement, getOMFactory, getXMLVersion, isStandalone, serialize, serialize, serializeAndConsume, serializeAndConsume, setCharsetEncoding, setOMDocumentElement, setStandalone, setXMLVersion
 
Methods inherited from interface org.apache.axiom.om.OMContainer
addChild, buildNext, getChildren, getChildrenWithLocalName, getChildrenWithName, getChildrenWithNamespaceURI, getFirstChildWithName, getFirstOMChild, isComplete
 

Method Detail

getSOAPEnvelope

SOAPEnvelope getSOAPEnvelope()
                             throws SOAPProcessingException
Throws:
SOAPProcessingException

setSOAPEnvelope

void setSOAPEnvelope(SOAPEnvelope envelope)
                     throws SOAPProcessingException
Throws:
SOAPProcessingException