org.apache.axiom.soap
Interface SOAPFaultSubCode
- All Superinterfaces:
- OMContainer, OMElement, OMNode
- public interface SOAPFaultSubCode
- extends OMElement
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, detach, discard, getNextOMSibling, getOMFactory, getParent, getPreviousOMSibling, getType, insertSiblingAfter, insertSiblingBefore, isComplete, serialize, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume |
setValue
public void setValue(SOAPFaultValue soapFaultSubCodeValue)
throws SOAPProcessingException
- Fault SubCode contain only one mandatory Value child. This value child contains a QName
- Parameters:
soapFaultSubCodeValue
-
- Throws:
SOAPProcessingException
getValue
public SOAPFaultValue getValue()
setSubCode
public void setSubCode(SOAPFaultSubCode subCode)
throws SOAPProcessingException
- Fault SubCode can contain an optional SubCode
- Parameters:
subCode
-
- Throws:
SOAPProcessingException
getSubCode
public SOAPFaultSubCode getSubCode()
Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.