public class SOAPMessageImpl extends OMDocumentImpl implements org.apache.axiom.soap.SOAPMessage
charSetEncoding, isStandalone, xmlEncoding, xmlVersion| Constructor and Description |
|---|
SOAPMessageImpl(org.apache.axiom.om.OMXMLParserWrapper parserWrapper,
org.apache.axiom.soap.SOAPFactory factory) |
SOAPMessageImpl(org.apache.axiom.soap.SOAPFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkDocumentElement(org.apache.axiom.om.OMElement element) |
protected org.apache.axiom.om.OMDocument |
createClone(org.apache.axiom.om.OMCloneOptions options) |
org.apache.axiom.soap.SOAPEnvelope |
getSOAPEnvelope() |
protected void |
internalSerialize(org.apache.axiom.om.impl.common.serializer.push.Serializer serializer,
org.apache.axiom.om.OMOutputFormat format,
boolean cache,
boolean includeXMLDeclaration) |
void |
setSOAPEnvelope(org.apache.axiom.soap.SOAPEnvelope envelope) |
build, checkChild, clone, getCharsetEncoding, getXMLEncoding, getXMLVersion, internalSerialize, isStandalone, setCharsetEncoding, setComplete, setOMDocumentElement, setStandalone, setXMLEncoding, setXMLVersiongetOMFactoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCharsetEncoding, getOMDocumentElement, getXMLEncoding, getXMLVersion, isStandalone, setCharsetEncoding, setOMDocumentElement, setStandalone, setXMLEncoding, setXMLVersionaddChild, getBuilder, getChildren, getChildrenWithLocalName, getChildrenWithName, getChildrenWithNamespaceURI, getDescendants, getFirstChildWithName, getFirstOMChild, getSAXResult, getSAXSource, getXMLStreamReader, getXMLStreamReader, getXMLStreamReader, getXMLStreamReaderWithoutCaching, removeChildren, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsumebuild, close, isComplete, serialize, serialize, serializeAndConsumeaddChild, addChild, defaultBuild, discarded, getFirstChildWithName, getFirstOMChild, getFirstOMChildIfAvailable, getSAXResult, getSAXSource, getXMLStreamReader, getXMLStreamReader, getXMLStreamReader, getXMLStreamReaderWithoutCaching, isComplete, prepareNewChild, removeChildren, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsumeclose, getBuilder, serialize, serialize, serializeAndConsumecoreGetNodeFactorycoreGetOwnerDocument, coreHasSameOwnerDocument, coreSetOwnerDocumentcoreGetDocumentElement, coreSetOwnerDocumentpublic SOAPMessageImpl(org.apache.axiom.soap.SOAPFactory factory)
public SOAPMessageImpl(org.apache.axiom.om.OMXMLParserWrapper parserWrapper,
org.apache.axiom.soap.SOAPFactory factory)
public org.apache.axiom.soap.SOAPEnvelope getSOAPEnvelope()
throws org.apache.axiom.soap.SOAPProcessingException
getSOAPEnvelope in interface org.apache.axiom.soap.SOAPMessageorg.apache.axiom.soap.SOAPProcessingExceptionpublic void setSOAPEnvelope(org.apache.axiom.soap.SOAPEnvelope envelope)
setSOAPEnvelope in interface org.apache.axiom.soap.SOAPMessageprotected void checkDocumentElement(org.apache.axiom.om.OMElement element)
checkDocumentElement in class OMDocumentImplprotected void internalSerialize(org.apache.axiom.om.impl.common.serializer.push.Serializer serializer,
org.apache.axiom.om.OMOutputFormat format,
boolean cache,
boolean includeXMLDeclaration)
throws org.apache.axiom.om.impl.common.serializer.push.OutputException
internalSerialize in class OMDocumentImplorg.apache.axiom.om.impl.common.serializer.push.OutputExceptionprotected org.apache.axiom.om.OMDocument createClone(org.apache.axiom.om.OMCloneOptions options)
createClone in class OMDocumentImplCopyright ? The Apache Software Foundation. All Rights Reserved.