public interface SOAPFaultClassifier extends OMElement
SOAPFaultCode
and SOAPFaultSubCode
.
This interface enables manipulation of SOAP fault codes and SOAP fault sub
codes using common code.CDATA_SECTION_NODE, COMMENT_NODE, DTD_NODE, ELEMENT_NODE, ENTITY_REFERENCE_NODE, PI_NODE, SPACE_NODE, TEXT_NODE
Modifier and Type | Method and Description |
---|---|
SOAPFaultSubCode |
getSubCode() |
SOAPFaultValue |
getValue() |
void |
setSubCode(SOAPFaultSubCode subCode)
Fault SubCode can contain an optional SubCode
|
void |
setValue(SOAPFaultValue value)
Fault SubCode contain only one mandatory Value child.
|
addAttribute, addAttribute, cloneOMElement, declareDefaultNamespace, declareNamespace, declareNamespace, findNamespace, findNamespaceURI, getAllAttributes, getAllDeclaredNamespaces, getAttribute, getAttributeValue, getChildElements, getDefaultNamespace, getFirstElement, getLineNumber, getLocalName, getNamespace, getNamespaceURI, getQName, getText, getTextAsQName, removeAttribute, resolveQName, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume, setBuilder, setFirstChild, setLineNumber, setLocalName, setNamespace, setNamespaceWithNoFindInCurrentScope, setText, setText, toString, toStringWithConsume
buildWithAttachments, detach, discard, getNextOMSibling, getParent, getPreviousOMSibling, getType, insertSiblingAfter, insertSiblingBefore
addChild, buildNext, getBuilder, getChildren, getChildrenWithLocalName, getChildrenWithName, getChildrenWithNamespaceURI, getFirstChildWithName, getFirstOMChild, getXMLStreamReader, getXMLStreamReader, getXMLStreamReaderWithoutCaching
build, close, getOMFactory, isComplete, serialize, serialize, serializeAndConsume
void setValue(SOAPFaultValue value) throws SOAPProcessingException
value
- SOAPProcessingException
SOAPFaultValue getValue()
void setSubCode(SOAPFaultSubCode subCode) throws SOAPProcessingException
subCode
- SOAPProcessingException
SOAPFaultSubCode getSubCode()
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.