org.apache.axis2.soap
Interface SOAPFaultRole
- All Superinterfaces:
- OMContainer, OMElement, OMNode
- All Known Implementing Classes:
- SOAPFaultRoleImpl, SOAPFaultRoleImpl
- public interface SOAPFaultRole
- extends OMElement
The Role element information item identifies the role the node was operating
in at the point the fault occurred.
The Role element information item has:
A [local name] of Role .
A [namespace name] of http://www.w3.org/2003/05/soap-envelope .
Method Summary |
String |
getRoleValue()
|
void |
setRoleValue(String uri)
The value of the Role element information item MUST be one of the roles
assumed by the node during processing of the message |
Methods inherited from interface org.apache.axis2.om.OMElement |
addAttribute, addAttribute, cloneOMElement, declareNamespace, declareNamespace, findNamespace, findNamespaceURI, getAllAttributes, getAllDeclaredNamespaces, getAttribute, getAttributeValue, getBuilder, getChildElements, getFirstElement, getLocalName, getNamespace, getQName, getText, getXMLStreamReader, getXMLStreamReaderWithoutCaching, removeAttribute, resolveQName, setBuilder, setFirstChild, setLocalName, setNamespace, setText, toString, toStringWithConsume |
Methods inherited from interface org.apache.axis2.om.OMNode |
build, detach, discard, getNextOMSibling, getParent, getPreviousOMSibling, getType, insertSiblingAfter, insertSiblingBefore, isComplete, serialize, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume |
setRoleValue
public void setRoleValue(String uri)
- The value of the Role element information item MUST be one of the roles
assumed by the node during processing of the message
- Parameters:
uri
-
getRoleValue
public String getRoleValue()