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

java.lang.Object
  extended by org.apache.axiom.om.impl.dom.NodeImpl
      extended by org.apache.axiom.om.impl.dom.ChildNode
          extended by org.apache.axiom.om.impl.dom.ParentNode
              extended by org.apache.axiom.om.impl.dom.DocumentImpl
                  extended by org.apache.axiom.soap.impl.dom.SOAPMessageImpl
All Implemented Interfaces:
java.lang.Cloneable, OMContainerEx, OMNodeEx, OMContainer, OMDocument, OMNode, SOAPMessage, org.w3c.dom.Document, org.w3c.dom.Node, org.w3c.dom.NodeList

public class SOAPMessageImpl
extends DocumentImpl
implements SOAPMessage


Field Summary
 
Fields inherited from class org.apache.axiom.om.impl.dom.DocumentImpl
documentElement, identifiers
 
Fields inherited from class org.apache.axiom.om.impl.dom.ParentNode
firstChild, lastChild
 
Fields inherited from class org.apache.axiom.om.impl.dom.ChildNode
nextSibling, parentNode, previousSibling
 
Fields inherited from class org.apache.axiom.om.impl.dom.NodeImpl
builder, done, factory, FIRSTCHILD, flags, NORMALIZED, OWNED, ownerNode, READONLY, SPECIFIED
 
Fields inherited from interface org.apache.axiom.om.OMDocument
XML_10, XML_11
 
Fields inherited from interface org.w3c.dom.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
 
Fields inherited from interface org.apache.axiom.om.OMNode
DTD_NODE, PI_NODE, SPACE_NODE
 
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 setSOAPEnvelope(SOAPEnvelope envelope)
           
 
Methods inherited from class org.apache.axiom.om.impl.dom.DocumentImpl
addIdAttr, adoptNode, build, checkQName, createAttribute, createAttributeNS, createCDATASection, createComment, createDocumentFragment, createElement, createElementNS, createEntityReference, createProcessingInstruction, createTextNode, getCharsetEncoding, getDoctype, getDocumentElement, getDocumentURI, getDomConfig, getElementById, getElementsByTagName, getElementsByTagNameNS, getImplementation, getInputEncoding, getNextOMSibling, getNextSibling, getNodeName, getNodeType, getOMDocumentElement, getParent, getPreviousOMSibling, getPreviousSibling, getStrictErrorChecking, getTextContent, getType, getXmlEncoding, getXmlStandalone, getXmlVersion, getXMLVersion, importNode, internalSerialize, internalSerializeAndConsume, isStandalone, normalizeDocument, removeIdAttr, renameNode, serialize, serializeAndConsume, setCharsetEncoding, setDocumentURI, setNextOMSibling, setOMDocumentElement, setParent, setPreviousOMSibling, setStandalone, setStrictErrorChecking, setTextContent, setType, setXmlStandalone, setXmlVersion, setXMLVersion
 
Methods inherited from class org.apache.axiom.om.impl.dom.ParentNode
addChild, buildNext, cloneNode, getChildNodes, getChildren, getChildrenWithLocalName, getChildrenWithName, getChildrenWithNamespaceURI, getFirstChild, getFirstChildWithName, getFirstOMChild, getLastChild, hasChildNodes, importNode, insertBefore, removeChild, replaceChild, setFirstChild, setLastChild
 
Methods inherited from class org.apache.axiom.om.impl.dom.ChildNode
detach, discard, getParentNode, insertSiblingAfter, insertSiblingBefore
 
Methods inherited from class org.apache.axiom.om.impl.dom.NodeImpl
appendChild, buildWithAttachments, close, compareDocumentPosition, getAttributes, getBaseURI, getFeature, getLength, getLocalName, getNamespaceURI, getNodeValue, getOMFactory, getOwnerDocument, getPrefix, getUserData, hasAttributes, internalSerializeWithCache, isComplete, isDefaultNamespace, isEqualNode, isSameNode, isSupported, item, lookupNamespaceURI, lookupPrefix, normalize, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume, setComplete, setNodeValue, setOwnerDocument, setPrefix, setUserData
 
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, getOMFactory, getXMLVersion, isStandalone, serialize, serialize, serializeAndConsume, serializeAndConsume, setCharsetEncoding, setOMDocumentElement, setStandalone, setXMLVersion
 
Methods inherited from interface org.apache.axiom.om.OMContainer
addChild, buildNext, getChildren, getChildrenWithLocalName, getChildrenWithName, getChildrenWithNamespaceURI, getFirstChildWithName, getFirstOMChild, isComplete
 
Methods inherited from interface org.w3c.dom.Node
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setUserData
 
Methods inherited from interface org.apache.axiom.om.impl.OMContainerEx
setComplete
 

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

internalSerialize

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


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