public interface SOAPFaultNode extends OMElement
CDATA_SECTION_NODE, COMMENT_NODE, DTD_NODE, ELEMENT_NODE, ENTITY_REFERENCE_NODE, PI_NODE, SPACE_NODE, TEXT_NODE
Modifier and Type | Method and Description |
---|---|
String |
getFaultNodeValue() |
String |
getNodeValue()
Deprecated.
This method conflicts with
Node.getNodeValue() and will be removed in
Axiom 1.3. Please use getFaultNodeValue() instead. |
void |
setFaultNodeValue(String uri)
each SOAP node is identified by a URI.
|
void |
setNodeValue(String uri)
Deprecated.
This method conflicts with
Node.setNodeValue(String) and will be removed
in Axiom 1.3. Please use setFaultNodeValue(String) instead. |
addAttribute, addAttribute, cloneOMElement, declareDefaultNamespace, declareNamespace, declareNamespace, findNamespace, findNamespaceURI, getAllAttributes, getAllDeclaredNamespaces, getAttribute, getAttributeValue, getChildElements, getDefaultNamespace, getFirstElement, getLineNumber, getNamespaceContext, getNamespacesInScope, getText, getTextAsQName, getTextAsStream, removeAttribute, resolveQName, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume, setBuilder, setLineNumber, setNamespace, setNamespaceWithNoFindInCurrentScope, setText, setText, toString, toStringWithConsume, undeclarePrefix, writeTextTo
buildWithAttachments, detach, discard, getNextOMSibling, getParent, getPreviousOMSibling, getType, insertSiblingAfter, insertSiblingBefore
addChild, getBuilder, getChildren, getChildrenWithLocalName, getChildrenWithName, getChildrenWithNamespaceURI, getDescendants, getFirstChildWithName, getFirstOMChild, getSAXSource, getXMLStreamReader, getXMLStreamReader, getXMLStreamReader, getXMLStreamReaderWithoutCaching, removeChildren
build, close, isComplete, serialize, serialize, serializeAndConsume
clone, getOMFactory
getLocalName, getNamespace, getNamespaceURI, getPrefix, getQName, setLocalName
void setNodeValue(String uri)
Node.setNodeValue(String)
and will be removed
in Axiom 1.3. Please use setFaultNodeValue(String)
instead.String getNodeValue()
Node.getNodeValue()
and will be removed in
Axiom 1.3. Please use getFaultNodeValue()
instead.void setFaultNodeValue(String uri)
uri
- String getFaultNodeValue()
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.