org.apache.axis2.soap.impl.dom
Class SOAPMessageImpl
java.lang.Object
org.apache.axis2.om.impl.dom.NodeImpl
org.apache.axis2.om.impl.dom.ChildNode
org.apache.axis2.om.impl.dom.ParentNode
org.apache.axis2.om.impl.dom.DocumentImpl
org.apache.axis2.soap.impl.dom.SOAPMessageImpl
- All Implemented Interfaces:
- Cloneable, Document, Node, NodeList, OMContainer, OMContainerEx, OMDocument, OMNode, OMNodeEx, SOAPMessage
- public class SOAPMessageImpl
- extends DocumentImpl
- implements SOAPMessage
Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
Methods inherited from class org.apache.axis2.om.impl.dom.DocumentImpl |
adoptNode, 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, getType, getXmlEncoding, getXmlStandalone, getXmlVersion, getXMLVersion, importNode, isStandalone, normalizeDocument, renameNode, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume, setCharsetEncoding, setDocumentURI, setNextOMSibling, setOMDocumentElement, setParent, setPreviousOMSibling, setStandalone, setStrictErrorChecking, setType, setXmlStandalone, setXmlVersion, setXMLVersion |
Methods inherited from class org.apache.axis2.om.impl.dom.ParentNode |
addChild, buildNext, cloneNode, getChildNodes, getChildren, getChildrenWithName, getFirstChild, getFirstChildWithName, getFirstOMChild, getLastChild, hasChildNodes, insertBefore, removeChild, replaceChild, setFirstChild |
Methods inherited from class org.apache.axis2.om.impl.dom.NodeImpl |
appendChild, build, compareDocumentPosition, getAttributes, getBaseURI, getFeature, getLength, getLocalName, getNamespaceURI, getNodeValue, getOwnerDocument, getPrefix, getTextContent, getUserData, hasAttributes, isComplete, isDefaultNamespace, isEqualNode, isSameNode, isSupported, item, lookupNamespaceURI, lookupPrefix, normalize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeWithCache, setComplete, setNodeValue, setOwnerDocument, setPrefix, setTextContent, 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.axis2.om.OMDocument |
getCharsetEncoding, getOMDocumentElement, getXMLVersion, isStandalone, serialize, serialize, serializeAndConsume, serializeAndConsume, setCharsetEncoding, setOMDocumentElement, setStandalone, setXMLVersion |
Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNodeValue, getOwnerDocument, getParentNode, getPrefix, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
SOAPMessageImpl
public SOAPMessageImpl()
SOAPMessageImpl
public SOAPMessageImpl(SOAPEnvelope envelope,
OMXMLParserWrapper parserWrapper)
SOAPMessageImpl
public SOAPMessageImpl(OMXMLParserWrapper parserWrapper)
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
serialize
protected void serialize(OMOutputImpl omOutput,
boolean cache,
boolean includeXMLDeclaration)
throws XMLStreamException
- Throws:
XMLStreamException