public class SOAPMessageImpl extends OMDocumentImpl implements org.apache.axiom.soap.SOAPMessage
charSetEncoding, documentElement, firstChild, isStandalone, lastChild, xmlVersionbuilder, done, factory| Constructor and Description |
|---|
SOAPMessageImpl(org.apache.axiom.om.OMXMLParserWrapper parserWrapper,
org.apache.axiom.soap.SOAPFactory factory) |
SOAPMessageImpl(org.apache.axiom.soap.SOAPEnvelope envelope,
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 |
|---|---|
org.apache.axiom.soap.SOAPEnvelope |
getSOAPEnvelope() |
protected void |
internalSerialize(XMLStreamWriter writer,
boolean cache,
boolean includeXMLDeclaration) |
void |
setFirstChild(org.apache.axiom.om.OMNode firstChild)
Method setFirstChild.
|
void |
setOMDocumentElement(org.apache.axiom.om.OMElement rootElement)
Method setDocumentElement.
|
void |
setSOAPEnvelope(org.apache.axiom.soap.SOAPEnvelope envelope) |
addChild, buildNext, getBuilder, getCharsetEncoding, getChildren, getChildrenWithLocalName, getChildrenWithName, getChildrenWithNamespaceURI, getFirstChildWithName, getFirstOMChild, getFirstOMChildIfAvailable, getOMDocumentElement, getXMLStreamReader, getXMLStreamReader, getXMLStreamReaderWithoutCaching, getXMLVersion, internalSerialize, internalSerialize, internalSerializeAndConsume, isStandalone, setCharsetEncoding, setComplete, setLastChild, setStandalone, setXMLVersionbuild, close, getOMFactory, isComplete, serialize, serialize, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsumeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCharsetEncoding, getOMDocumentElement, getXMLVersion, isStandalone, setCharsetEncoding, setStandalone, setXMLVersionaddChild, buildNext, getBuilder, getChildren, getChildrenWithLocalName, getChildrenWithName, getChildrenWithNamespaceURI, getFirstChildWithName, getFirstOMChild, getXMLStreamReader, getXMLStreamReader, getXMLStreamReaderWithoutCaching, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsumepublic SOAPMessageImpl(org.apache.axiom.soap.SOAPFactory factory)
public SOAPMessageImpl(org.apache.axiom.soap.SOAPEnvelope envelope,
org.apache.axiom.om.OMXMLParserWrapper parserWrapper,
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)
throws org.apache.axiom.soap.SOAPProcessingException
setSOAPEnvelope in interface org.apache.axiom.soap.SOAPMessageorg.apache.axiom.soap.SOAPProcessingExceptionpublic void setOMDocumentElement(org.apache.axiom.om.OMElement rootElement)
OMDocumentImplsetOMDocumentElement in interface org.apache.axiom.om.OMDocumentsetOMDocumentElement in class OMDocumentImplpublic void setFirstChild(org.apache.axiom.om.OMNode firstChild)
OMDocumentImplsetFirstChild in interface org.apache.axiom.om.impl.OMContainerExsetFirstChild in class OMDocumentImplprotected void internalSerialize(XMLStreamWriter writer, boolean cache, boolean includeXMLDeclaration) throws XMLStreamException
internalSerialize in class OMDocumentImplXMLStreamExceptionCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.