org.apache.axis2.soap
Interface SOAPFaultReason

All Superinterfaces:
OMContainer, OMElement, OMNode
All Known Implementing Classes:
SOAPFaultReasonImpl, SOAPFaultReasonImpl

public interface SOAPFaultReason
extends OMElement


Field Summary
 
Fields inherited from interface org.apache.axis2.om.OMNode
CDATA_SECTION_NODE, COMMENT_NODE, DTD_NODE, ELEMENT_NODE, ENTITY_REFERENCE_NODE, PI_NODE, SPACE_NODE, TEXT_NODE
 
Method Summary
 SOAPFaultText getSOAPText()
           
 void setSOAPText(SOAPFaultText soapFaultText)
          Eran Chinthaka (chinthaka@apache.org)
 
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
 
Methods inherited from interface org.apache.axis2.om.OMContainer
addChild, buildNext, getChildren, getChildrenWithName, getFirstChildWithName, getFirstOMChild, isComplete
 

Method Detail

setSOAPText

public void setSOAPText(SOAPFaultText soapFaultText)
                 throws SOAPProcessingException
Eran Chinthaka (chinthaka@apache.org)

Throws:
SOAPProcessingException

getSOAPText

public SOAPFaultText getSOAPText()