org.apache.axiom.soap.impl.llom
Class SOAPMessageImpl
java.lang.Object
org.apache.axiom.om.impl.llom.OMSerializableImpl
org.apache.axiom.om.impl.llom.OMDocumentImpl
org.apache.axiom.soap.impl.llom.SOAPMessageImpl
- All Implemented Interfaces:
- OMContainerEx, OMContainer, OMDocument, OMSerializable, SOAPMessage
public class SOAPMessageImpl
- extends OMDocumentImpl
- implements SOAPMessage
Methods inherited from class org.apache.axiom.om.impl.llom.OMDocumentImpl |
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 |
Methods inherited from class org.apache.axiom.om.impl.llom.OMSerializableImpl |
build, close, getOMFactory, isComplete, serialize, serialize, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.axiom.om.OMContainer |
addChild, buildNext, getBuilder, getChildren, getChildrenWithLocalName, getChildrenWithName, getChildrenWithNamespaceURI, getFirstChildWithName, getFirstOMChild, getXMLStreamReader, getXMLStreamReader, getXMLStreamReaderWithoutCaching, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume |
SOAPMessageImpl
public SOAPMessageImpl(SOAPFactory factory)
SOAPMessageImpl
public SOAPMessageImpl(SOAPEnvelope envelope,
OMXMLParserWrapper parserWrapper,
SOAPFactory factory)
SOAPMessageImpl
public SOAPMessageImpl(OMXMLParserWrapper parserWrapper,
SOAPFactory factory)
getSOAPEnvelope
public SOAPEnvelope getSOAPEnvelope()
throws SOAPProcessingException
- Specified by:
getSOAPEnvelope
in interface SOAPMessage
- Throws:
SOAPProcessingException
setSOAPEnvelope
public void setSOAPEnvelope(SOAPEnvelope envelope)
throws SOAPProcessingException
- Specified by:
setSOAPEnvelope
in interface SOAPMessage
- Throws:
SOAPProcessingException
setOMDocumentElement
public void setOMDocumentElement(OMElement rootElement)
- Description copied from class:
OMDocumentImpl
- Method setDocumentElement.
- Specified by:
setOMDocumentElement
in interface OMDocument
- Overrides:
setOMDocumentElement
in class OMDocumentImpl
setFirstChild
public void setFirstChild(OMNode firstChild)
- Description copied from class:
OMDocumentImpl
- Method setFirstChild.
- Specified by:
setFirstChild
in interface OMContainerEx
- Overrides:
setFirstChild
in class OMDocumentImpl
internalSerialize
protected void internalSerialize(XMLStreamWriter writer,
boolean cache,
boolean includeXMLDeclaration)
throws XMLStreamException
- Overrides:
internalSerialize
in class OMDocumentImpl
- Throws:
XMLStreamException
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.