public class SOAPMessageImpl extends DocumentImpl implements SOAPMessage
builder, identifiers, state
firstChild, lastChild
factory, FIRSTCHILD, flags, HAS_PARENT, SPECIFIED
XML_10, XML_11
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
COMPLETE, DISCARDED, INCOMPLETE
Constructor and Description |
---|
SOAPMessageImpl(OMXMLParserWrapper parserWrapper,
SOAPFactory factory) |
SOAPMessageImpl(SOAPFactory factory) |
Modifier and Type | Method and Description |
---|---|
protected DocumentImpl |
createClone(OMCloneOptions options) |
SOAPEnvelope |
getSOAPEnvelope() |
protected void |
internalSerialize(XMLStreamWriter writer,
boolean cache,
boolean includeXMLDeclaration) |
void |
setSOAPEnvelope(SOAPEnvelope envelope) |
addIdAttr, adoptNode, build, checkQName, createAttribute, createAttributeNS, createCDATASection, createComment, createDocumentFragment, createElement, createElementNS, createEntityReference, createProcessingInstruction, createTextNode, discarded, getBuilder, getCharsetEncoding, getDoctype, getDocumentElement, getDocumentURI, getDomConfig, getElementById, getElementsByTagName, getElementsByTagNameNS, getImplementation, getInputEncoding, getNextSibling, getNodeName, getNodeType, getOMDocumentElement, getOwnerDocument, getState, getStrictErrorChecking, getTextContent, getXmlEncoding, getXMLEncoding, getXmlStandalone, getXmlVersion, getXMLVersion, importNode, internalSerialize, isComplete, isStandalone, lookupNamespaceURI, normalizeDocument, removeChildren, removeIdAttr, renameNode, serialize, serializeAndConsume, setCharsetEncoding, setComplete, setDocumentURI, setOMDocumentElement, setStandalone, setStrictErrorChecking, setTextContent, setXMLEncoding, setXmlStandalone, setXmlVersion, setXMLVersion
addChild, addChild, appendChild, getChildNodes, getChildren, getChildrenWithLocalName, getChildrenWithName, getChildrenWithNamespaceURI, getDescendants, getFirstChild, getFirstChildWithName, getFirstOMChild, getFirstOMChildIfAvailable, getLastChild, getLastKnownOMChild, getLength, getSAXSource, getXMLStreamReader, getXMLStreamReader, getXMLStreamReader, getXMLStreamReaderWithoutCaching, hasChildNodes, insertBefore, item, removeChild, replaceChild, setFirstChild, setLastChild
buildWithAttachments, clone, cloneNode, close, compareDocumentPosition, detach, getAttributes, getBaseURI, getFeature, getLocalName, getNamespaceURI, getNextOMSiblingIfAvailable, getNodeValue, getOMFactory, getParent, getParentNode, getPrefix, getPreviousOMSibling, getPreviousSibling, getUserData, hasAttributes, insertSiblingAfter, insertSiblingBefore, internalSerialize, internalSerializeAndConsume, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupPrefix, normalize, serialize, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume, setNextOMSibling, setNodeValue, setParent, setParent, setPrefix, setPreviousOMSibling, setUserData
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCharsetEncoding, getOMDocumentElement, getXMLEncoding, getXMLVersion, isStandalone, setCharsetEncoding, setOMDocumentElement, setStandalone, setXMLEncoding, setXMLVersion
addChild, getBuilder, getChildren, getChildrenWithLocalName, getChildrenWithName, getChildrenWithNamespaceURI, getDescendants, getFirstChildWithName, getFirstOMChild, getSAXSource, getXMLStreamReader, getXMLStreamReader, getXMLStreamReader, getXMLStreamReaderWithoutCaching, removeChildren, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume
build, close, isComplete, serialize, serialize, serializeAndConsume
clone, getOMFactory
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNodeValue, getParentNode, getPrefix, getPreviousSibling, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setUserData
getLastKnownOMChild, setFirstChild, setLastChild
addChild
getFirstOMChildIfAvailable
public SOAPMessageImpl(SOAPFactory factory)
public SOAPMessageImpl(OMXMLParserWrapper parserWrapper, SOAPFactory factory)
public SOAPEnvelope getSOAPEnvelope() throws SOAPProcessingException
getSOAPEnvelope
in interface SOAPMessage
SOAPProcessingException
public void setSOAPEnvelope(SOAPEnvelope envelope) throws SOAPProcessingException
setSOAPEnvelope
in interface SOAPMessage
SOAPProcessingException
protected void internalSerialize(XMLStreamWriter writer, boolean cache, boolean includeXMLDeclaration) throws XMLStreamException
internalSerialize
in class DocumentImpl
XMLStreamException
protected DocumentImpl createClone(OMCloneOptions options)
createClone
in class DocumentImpl
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.