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:
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
charSetEncoding, firstChild, isStandalone, lastChild, xmlEncoding, xmlVersion
 
Fields inherited from class org.apache.axiom.om.impl.llom.OMSerializableImpl
builder, done, factory
 
Fields inherited from interface org.apache.axiom.om.OMDocument
XML_10, XML_11
 
Constructor Summary
SOAPMessageImpl(OMXMLParserWrapper parserWrapper, SOAPFactory factory)
           
SOAPMessageImpl(SOAPEnvelope envelope, OMXMLParserWrapper parserWrapper, SOAPFactory factory)
           
SOAPMessageImpl(SOAPFactory factory)
           
 
Method Summary
 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, buildNext, getBuilder, getCharsetEncoding, getChildren, getChildrenWithLocalName, getChildrenWithName, getChildrenWithNamespaceURI, getDescendants, getFirstChildWithName, getFirstOMChild, getFirstOMChildIfAvailable, getOMDocumentElement, getSAXSource, getXMLEncoding, getXMLStreamReader, getXMLStreamReader, getXMLStreamReader, getXMLStreamReaderWithoutCaching, getXMLVersion, internalSerialize, internalSerialize, internalSerializeAndConsume, isStandalone, setCharsetEncoding, setComplete, setFirstChild, 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.OMDocument
getCharsetEncoding, getOMDocumentElement, getXMLEncoding, getXMLVersion, isStandalone, setCharsetEncoding, setStandalone, setXMLEncoding, setXMLVersion
 
Methods inherited from interface org.apache.axiom.om.OMContainer
addChild, buildNext, getBuilder, getChildren, getChildrenWithLocalName, getChildrenWithName, getChildrenWithNamespaceURI, getDescendants, getFirstChildWithName, getFirstOMChild, getSAXSource, getXMLStreamReader, getXMLStreamReader, getXMLStreamReader, getXMLStreamReaderWithoutCaching, 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
getOMFactory
 

Constructor Detail

SOAPMessageImpl

public SOAPMessageImpl(SOAPFactory factory)

SOAPMessageImpl

public SOAPMessageImpl(SOAPEnvelope envelope,
                       OMXMLParserWrapper parserWrapper,
                       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


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