|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.saaj.NodeImpl
org.apache.axis2.saaj.SOAPElementImpl
org.apache.axis2.saaj.SOAPBodyElementImpl
org.apache.axis2.saaj.SOAPFaultImpl
Class SOAPFaultImpl SOAPFault specific classes not implemented in OM, so throwing unsupported operation for the time being
Field Summary | |
protected SOAPFault |
fault
Field fault The omSOAPFault field |
Fields inherited from class org.apache.axis2.saaj.SOAPElementImpl |
omElement |
Fields inherited from class org.apache.axis2.saaj.NodeImpl |
document, omNode |
Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
Constructor Summary | |
SOAPFaultImpl(SOAPFault fault)
Constructor SOAPFaultImpl |
Method Summary | |
javax.xml.soap.Detail |
addDetail()
method addDetail |
javax.xml.soap.Detail |
getDetail()
method getDetail |
java.lang.String |
getFaultActor()
method getFaultActor |
java.lang.String |
getFaultCode()
Method getFaultCode |
javax.xml.soap.Name |
getFaultCodeAsName()
method getFaultCodeAsName |
java.lang.String |
getFaultString()
method getFaultString |
java.util.Locale |
getFaultStringLocale()
method getFaultStringLocale |
SOAPFault |
getOMFault()
|
void |
setFaultActor(java.lang.String faultActor)
method setFaultActor |
void |
setFaultCode(javax.xml.soap.Name name)
method setFaultCode |
void |
setFaultCode(java.lang.String faultCode)
Method setFaultCode |
void |
setFaultString(java.lang.String faultString)
method setFaultString |
void |
setFaultString(java.lang.String faultString,
java.util.Locale locale)
method seFaultString |
Methods inherited from class org.apache.axis2.saaj.NodeImpl |
appendChild, cloneNode, detachNode, equals, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOMNode, getOwnerDocument, getParentElement, getParentNode, getPrefix, getPreviousSibling, getValue, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, recycleNode, removeChild, replaceChild, setNodeValue, setOwnerDocument, setParentElement, setPrefix, setValue |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.xml.soap.SOAPElement |
addAttribute, addChildElement, addChildElement, addChildElement, addChildElement, addChildElement, addNamespaceDeclaration, addTextNode, getAllAttributes, getAttributeValue, getChildElements, getChildElements, getElementName, getEncodingStyle, getNamespacePrefixes, getNamespaceURI, getVisibleNamespacePrefixes, removeAttribute, removeContents, removeNamespaceDeclaration, setEncodingStyle |
Methods inherited from interface javax.xml.soap.Node |
detachNode, getParentElement, getValue, recycleNode, setParentElement, setValue |
Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
Methods inherited from interface org.w3c.dom.Element |
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS |
Field Detail |
protected SOAPFault fault
Constructor Detail |
public SOAPFaultImpl(SOAPFault fault)
fault
- Method Detail |
public SOAPFault getOMFault()
public void setFaultCode(java.lang.String faultCode) throws javax.xml.soap.SOAPException
setFaultCode
in interface javax.xml.soap.SOAPFault
faultCode
-
javax.xml.soap.SOAPException
SOAPFault.setFaultCode(java.lang.String)
public java.lang.String getFaultCode()
getFaultCode
in interface javax.xml.soap.SOAPFault
SOAPFault.getFaultCode()
public void setFaultActor(java.lang.String faultActor) throws javax.xml.soap.SOAPException
setFaultActor
in interface javax.xml.soap.SOAPFault
faultActor
-
javax.xml.soap.SOAPException
SOAPFault.setFaultActor(java.lang.String)
public java.lang.String getFaultActor()
getFaultActor
in interface javax.xml.soap.SOAPFault
SOAPFault.getFaultActor()
public void setFaultString(java.lang.String faultString) throws javax.xml.soap.SOAPException
setFaultString
in interface javax.xml.soap.SOAPFault
faultString
-
javax.xml.soap.SOAPException
SOAPFault.setFaultString(java.lang.String)
public java.lang.String getFaultString()
getFaultString
in interface javax.xml.soap.SOAPFault
SOAPFault.getFaultString()
public javax.xml.soap.Detail getDetail()
getDetail
in interface javax.xml.soap.SOAPFault
SOAPFault.getDetail()
public javax.xml.soap.Detail addDetail() throws javax.xml.soap.SOAPException
addDetail
in interface javax.xml.soap.SOAPFault
javax.xml.soap.SOAPException
SOAPFault.addDetail()
public void setFaultCode(javax.xml.soap.Name name) throws javax.xml.soap.SOAPException
setFaultCode
in interface javax.xml.soap.SOAPFault
name
-
javax.xml.soap.SOAPException
SOAPFault.setFaultCode(javax.xml.soap.Name)
public javax.xml.soap.Name getFaultCodeAsName()
getFaultCodeAsName
in interface javax.xml.soap.SOAPFault
SOAPFault.getFaultCodeAsName()
public void setFaultString(java.lang.String faultString, java.util.Locale locale) throws javax.xml.soap.SOAPException
setFaultString
in interface javax.xml.soap.SOAPFault
faultString
- locale
-
javax.xml.soap.SOAPException
SOAPFault.setFaultString(java.lang.String, java.util.Locale)
public java.util.Locale getFaultStringLocale()
getFaultStringLocale
in interface javax.xml.soap.SOAPFault
SOAPFault.getFaultStringLocale()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |