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, org.apache.ws.commons.om.OMContainer, org.apache.ws.commons.om.impl.OMContainerEx, org.apache.ws.commons.om.OMDocument, org.apache.ws.commons.om.OMNode, org.apache.ws.commons.om.impl.OMNodeEx, org.apache.ws.commons.soap.SOAPMessage
- public class SOAPMessageImpl
- extends DocumentImpl
- implements org.apache.ws.commons.soap.SOAPMessage
Fields inherited from class org.apache.axis2.om.impl.dom.NodeImpl |
builder, done, factory, FIRSTCHILD, flags, nodeType, NORMALIZED, OWNED, ownerNode, READONLY, SPECIFIED |
Fields inherited from interface org.apache.ws.commons.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_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
Fields inherited from interface org.apache.ws.commons.om.OMNode |
CDATA_SECTION_NODE, COMMENT_NODE, DTD_NODE, ELEMENT_NODE, ENTITY_REFERENCE_NODE, PI_NODE, SPACE_NODE, TEXT_NODE |
Constructor Summary |
SOAPMessageImpl(org.apache.ws.commons.om.OMXMLParserWrapper parserWrapper,
org.apache.ws.commons.soap.SOAPFactory factory)
|
SOAPMessageImpl(org.apache.ws.commons.soap.SOAPEnvelope envelope,
org.apache.ws.commons.om.OMXMLParserWrapper parserWrapper,
org.apache.ws.commons.soap.SOAPFactory factory)
|
SOAPMessageImpl(org.apache.ws.commons.soap.SOAPFactory factory)
|
Method Summary |
org.apache.ws.commons.soap.SOAPEnvelope |
getSOAPEnvelope()
|
protected void |
serialize(org.apache.ws.commons.om.impl.OMOutputImpl omOutput,
boolean cache,
boolean includeXMLDeclaration)
|
void |
setSOAPEnvelope(org.apache.ws.commons.soap.SOAPEnvelope envelope)
|
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, getOMFactory, 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.ws.commons.om.OMDocument |
getCharsetEncoding, getOMDocumentElement, getOMFactory, getXMLVersion, isStandalone, serialize, serialize, serializeAndConsume, serializeAndConsume, setCharsetEncoding, setOMDocumentElement, setStandalone, setXMLVersion |
Methods inherited from interface org.apache.ws.commons.om.OMContainer |
addChild, buildNext, getChildren, getChildrenWithName, getFirstChildWithName, getFirstOMChild, isComplete |
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 |
Methods inherited from interface org.apache.ws.commons.om.impl.OMContainerEx |
setComplete |
SOAPMessageImpl
public SOAPMessageImpl(org.apache.ws.commons.soap.SOAPFactory factory)
SOAPMessageImpl
public SOAPMessageImpl(org.apache.ws.commons.soap.SOAPEnvelope envelope,
org.apache.ws.commons.om.OMXMLParserWrapper parserWrapper,
org.apache.ws.commons.soap.SOAPFactory factory)
SOAPMessageImpl
public SOAPMessageImpl(org.apache.ws.commons.om.OMXMLParserWrapper parserWrapper,
org.apache.ws.commons.soap.SOAPFactory factory)
getSOAPEnvelope
public org.apache.ws.commons.soap.SOAPEnvelope getSOAPEnvelope()
throws org.apache.ws.commons.soap.SOAPProcessingException
- Specified by:
getSOAPEnvelope
in interface org.apache.ws.commons.soap.SOAPMessage
- Throws:
org.apache.ws.commons.soap.SOAPProcessingException
setSOAPEnvelope
public void setSOAPEnvelope(org.apache.ws.commons.soap.SOAPEnvelope envelope)
throws org.apache.ws.commons.soap.SOAPProcessingException
- Specified by:
setSOAPEnvelope
in interface org.apache.ws.commons.soap.SOAPMessage
- Throws:
org.apache.ws.commons.soap.SOAPProcessingException
serialize
protected void serialize(org.apache.ws.commons.om.impl.OMOutputImpl omOutput,
boolean cache,
boolean includeXMLDeclaration)
throws XMLStreamException
- Throws:
XMLStreamException