public class SOAPMessageImpl extends OMDocumentImpl implements SOAPMessage
charSetEncoding, documentElement, firstChild, isStandalone, lastChild, xmlEncoding, xmlVersion
builder, done, factory
XML_10, XML_11
Constructor and Description |
---|
SOAPMessageImpl(OMXMLParserWrapper parserWrapper,
SOAPFactory factory) |
SOAPMessageImpl(SOAPEnvelope envelope,
OMXMLParserWrapper parserWrapper,
SOAPFactory factory) |
SOAPMessageImpl(SOAPFactory factory) |
Modifier and Type | Method and Description |
---|---|
SOAPEnvelope |
getSOAPEnvelope() |
protected void |
internalSerialize(javax.xml.stream.XMLStreamWriter writer,
boolean cache,
boolean includeXMLDeclaration) |
void |
setFirstChild(OMNode firstChild)
Method setFirstChild.
|
void |
setOMDocumentElement(OMElement rootElement)
Method setDocumentElement.
|
void |
setSOAPEnvelope(SOAPEnvelope envelope) |
addChild, buildNext, getBuilder, getCharsetEncoding, getChildren, getChildrenWithLocalName, getChildrenWithName, getChildrenWithNamespaceURI, getFirstChildWithName, getFirstOMChild, getFirstOMChildIfAvailable, getOMDocumentElement, getXMLEncoding, getXMLStreamReader, getXMLStreamReader, getXMLStreamReaderWithoutCaching, getXMLVersion, internalSerialize, internalSerialize, internalSerializeAndConsume, isStandalone, setCharsetEncoding, setComplete, setLastChild, setStandalone, setXMLEncoding, setXMLVersion
build, close, getOMFactory, isComplete, serialize, serialize, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCharsetEncoding, getOMDocumentElement, getXMLEncoding, getXMLVersion, isStandalone, setCharsetEncoding, setStandalone, setXMLEncoding, setXMLVersion
addChild, buildNext, getBuilder, getChildren, getChildrenWithLocalName, getChildrenWithName, getChildrenWithNamespaceURI, getFirstChildWithName, getFirstOMChild, getXMLStreamReader, getXMLStreamReader, getXMLStreamReaderWithoutCaching, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume
build, close, getOMFactory, isComplete, serialize, serialize, serializeAndConsume
public SOAPMessageImpl(SOAPFactory factory)
public SOAPMessageImpl(SOAPEnvelope envelope, OMXMLParserWrapper parserWrapper, SOAPFactory factory)
public SOAPMessageImpl(OMXMLParserWrapper parserWrapper, SOAPFactory factory)
public SOAPEnvelope getSOAPEnvelope() throws SOAPProcessingException
getSOAPEnvelope
in interface SOAPMessage
SOAPProcessingException
public void setSOAPEnvelope(SOAPEnvelope envelope) throws SOAPProcessingException
setSOAPEnvelope
in interface SOAPMessage
SOAPProcessingException
public void setOMDocumentElement(OMElement rootElement)
OMDocumentImpl
setOMDocumentElement
in interface OMDocument
setOMDocumentElement
in class OMDocumentImpl
public void setFirstChild(OMNode firstChild)
OMDocumentImpl
setFirstChild
in interface OMContainerEx
setFirstChild
in class OMDocumentImpl
protected void internalSerialize(javax.xml.stream.XMLStreamWriter writer, boolean cache, boolean includeXMLDeclaration) throws javax.xml.stream.XMLStreamException
internalSerialize
in class OMDocumentImpl
javax.xml.stream.XMLStreamException
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.