org.apache.axiom.soap.impl.llom
Class SOAPMessageImpl

java.lang.Object
  extended by org.apache.axiom.om.impl.llom.OMSerializableImpl
      extended by org.apache.axiom.om.impl.llom.OMDocumentImpl
          extended by org.apache.axiom.soap.impl.llom.SOAPMessageImpl
All Implemented Interfaces:
IContainer, IParentNode, OMContainerEx, OMContainer, OMDocument, OMInformationItem, OMSerializable, SOAPMessage

public class SOAPMessageImpl
extends OMDocumentImpl
implements SOAPMessage


Field Summary
 
Fields inherited from class org.apache.axiom.om.impl.llom.OMDocumentImpl
builder, charSetEncoding, firstChild, isStandalone, lastChild, state, xmlEncoding, xmlVersion
 
Fields inherited from class org.apache.axiom.om.impl.llom.OMSerializableImpl
factory
 
Fields inherited from interface org.apache.axiom.om.OMDocument
XML_10, XML_11
 
Fields inherited from interface org.apache.axiom.om.impl.common.IParentNode
COMPLETE, DISCARDED, INCOMPLETE
 
Constructor Summary
SOAPMessageImpl(OMXMLParserWrapper parserWrapper, SOAPFactory factory)
           
SOAPMessageImpl(SOAPFactory factory)
           
 
Method Summary
protected  OMDocument createClone(OMCloneOptions options)
           
 SOAPEnvelope getSOAPEnvelope()
           
protected  void internalSerialize(javax.xml.stream.XMLStreamWriter writer, boolean cache, boolean includeXMLDeclaration)
           
 void setOMDocumentElement(OMElement rootElement)
           
 void setSOAPEnvelope(SOAPEnvelope envelope)
           
 
Methods inherited from class org.apache.axiom.om.impl.llom.OMDocumentImpl
addChild, addChild, build, clone, discarded, getBuilder, getCharsetEncoding, getChildren, getChildrenWithLocalName, getChildrenWithName, getChildrenWithNamespaceURI, getDescendants, getFirstChildWithName, getFirstOMChild, getFirstOMChildIfAvailable, getLastKnownOMChild, getOMDocumentElement, getSAXSource, getState, getXMLEncoding, getXMLStreamReader, getXMLStreamReader, getXMLStreamReader, getXMLStreamReaderWithoutCaching, getXMLVersion, internalSerialize, internalSerialize, internalSerializeAndConsume, isComplete, isStandalone, removeChildren, setCharsetEncoding, setComplete, setFirstChild, setLastChild, setStandalone, setXMLEncoding, setXMLVersion
 
Methods inherited from class org.apache.axiom.om.impl.llom.OMSerializableImpl
close, getOMFactory, 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.OMDocument
getCharsetEncoding, getOMDocumentElement, getXMLEncoding, getXMLVersion, isStandalone, setCharsetEncoding, setStandalone, setXMLEncoding, setXMLVersion
 
Methods inherited from interface org.apache.axiom.om.OMContainer
addChild, getBuilder, getChildren, getChildrenWithLocalName, getChildrenWithName, getChildrenWithNamespaceURI, getDescendants, getFirstChildWithName, getFirstOMChild, getSAXSource, getXMLStreamReader, getXMLStreamReader, getXMLStreamReader, getXMLStreamReaderWithoutCaching, removeChildren, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume
 
Methods inherited from interface org.apache.axiom.om.OMSerializable
build, close, isComplete, serialize, serialize, serializeAndConsume
 
Methods inherited from interface org.apache.axiom.om.OMInformationItem
clone, getOMFactory
 

Constructor Detail

SOAPMessageImpl

public SOAPMessageImpl(SOAPFactory factory)

SOAPMessageImpl

public SOAPMessageImpl(OMXMLParserWrapper parserWrapper,
                       SOAPFactory factory)
Method Detail

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)
Specified by:
setOMDocumentElement in interface OMDocument
Overrides:
setOMDocumentElement in class OMDocumentImpl

internalSerialize

protected void internalSerialize(javax.xml.stream.XMLStreamWriter writer,
                                 boolean cache,
                                 boolean includeXMLDeclaration)
                          throws javax.xml.stream.XMLStreamException
Overrides:
internalSerialize in class OMDocumentImpl
Throws:
javax.xml.stream.XMLStreamException

createClone

protected OMDocument createClone(OMCloneOptions options)
Overrides:
createClone in class OMDocumentImpl


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.