org.apache.axis2.soap
Interface SOAPFaultRole
- All Superinterfaces:
- OMContainer, OMElement, OMNode
- All Known Implementing Classes:
- 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 |
java.lang.String |
getRoleValue()
|
void |
setRoleValue(java.lang.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, addChild, declareNamespace, declareNamespace, findNamespace, getAllDeclaredNamespaces, getAttribute, getAttributes, getBuilder, getChildElements, getChildren, getChildrenWithName, getFirstAttribute, getFirstChild, getFirstChildWithName, getFirstElement, getLocalName, getNamespace, getQName, getText, getXMLStreamReader, getXMLStreamReaderWithoutCaching, removeAttribute, setBuilder, setFirstChild, setLocalName, setNamespace, setText |
Methods inherited from interface org.apache.axis2.om.OMNode |
build, detach, discard, getNextSibling, getParent, getPreviousSibling, getType, insertSiblingAfter, insertSiblingBefore, isComplete, serialize, serializeWithCache |
setRoleValue
public void setRoleValue(java.lang.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 java.lang.String getRoleValue()