org.apache.axiom.soap
Interface SOAPFaultRole

All Superinterfaces:
OMContainer, OMElement, OMNode
All Known Implementing Classes:
SOAP11FaultRoleImpl, SOAP11FaultRoleImpl, SOAP12FaultRoleImpl, SOAP12FaultRoleImpl, 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 .


Field Summary
 
Fields inherited from interface org.apache.axiom.om.OMNode
CDATA_SECTION_NODE, COMMENT_NODE, DTD_NODE, ELEMENT_NODE, ENTITY_REFERENCE_NODE, PI_NODE, SPACE_NODE, TEXT_NODE
 
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.axiom.om.OMElement
addAttribute, addAttribute, cloneOMElement, declareDefaultNamespace, declareNamespace, declareNamespace, findNamespace, findNamespaceURI, getAllAttributes, getAllDeclaredNamespaces, getAttribute, getAttributeValue, getBuilder, getChildElements, getDefaultNamespace, getFirstElement, getLineNumber, getLocalName, getNamespace, getQName, getText, getTextAsQName, getXMLStreamReader, getXMLStreamReaderWithoutCaching, removeAttribute, resolveQName, setBuilder, setFirstChild, setLineNumber, setLocalName, setNamespace, setNamespaceWithNoFindInCurrentScope, setText, setText, toString, toStringWithConsume
 
Methods inherited from interface org.apache.axiom.om.OMNode
build, buildWithAttachments, close, detach, discard, getNextOMSibling, getOMFactory, getParent, getPreviousOMSibling, getType, insertSiblingAfter, insertSiblingBefore, isComplete, serialize, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume
 
Methods inherited from interface org.apache.axiom.om.OMContainer
addChild, buildNext, getChildren, getChildrenWithLocalName, getChildrenWithName, getChildrenWithNamespaceURI, getFirstChildWithName, getFirstOMChild, isComplete
 

Method Detail

setRoleValue

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

java.lang.String getRoleValue()


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.