org.apache.axis2.soap
Interface SOAPFaultCode
- All Superinterfaces:
- OMContainer, OMElement, OMNode
- All Known Implementing Classes:
- SOAPFaultCodeImpl
- public interface SOAPFaultCode
- extends OMElement
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 |
setValue
public void setValue(SOAPFaultValue value)
throws SOAPProcessingException
- Parameters:
value
-
- Throws:
SOAPProcessingException
getValue
public SOAPFaultValue getValue()
- Returns:
setSubCode
public void setSubCode(SOAPFaultSubCode value)
throws SOAPProcessingException
- Parameters:
value
-
- Throws:
SOAPProcessingException
getSubCode
public SOAPFaultSubCode getSubCode()
- Returns: