Save This Page
Home » axiom-1.2.8-src » org.apache.axiom.soap.impl.dom » [javadoc | source]
org.apache.axiom.soap.impl.dom
abstract public class: SOAPFaultRoleImpl [javadoc | source]
java.lang.Object
   NodeImpl
      org.apache.axiom.om.impl.dom.ChildNode
         org.apache.axiom.om.impl.dom.ParentNode
            org.apache.axiom.om.impl.dom.ElementImpl
               org.apache.axiom.soap.impl.dom.SOAPElement
                  org.apache.axiom.soap.impl.dom.SOAPFaultRoleImpl

All Implemented Interfaces:
    SOAPFaultRole, OMElement, OMConstants, Element, OMContainerEx

Direct Known Subclasses:
    SOAP11FaultRoleImpl, SOAP12FaultRoleImpl

Fields inherited from org.apache.axiom.om.impl.dom.ElementImpl:
namespace,  localName
Fields inherited from org.apache.axiom.om.impl.dom.ParentNode:
firstChild,  lastChild
Fields inherited from org.apache.axiom.om.impl.dom.ChildNode:
previousSibling,  nextSibling,  parentNode
Constructor:
 public SOAPFaultRoleImpl(SOAPFault parent,
    OMXMLParserWrapper builder,
    SOAPFactory factory) 
 public SOAPFaultRoleImpl(SOAPFault parent,
    String localName,
    boolean extractNamespaceFromParent,
    SOAPFactory factory) throws SOAPProcessingException 
Method from org.apache.axiom.soap.impl.dom.SOAPFaultRoleImpl Summary:
getRoleValue,   internalSerialize,   setRoleValue
Methods from org.apache.axiom.soap.impl.dom.SOAPElement:
checkParent
Methods from org.apache.axiom.om.impl.dom.ElementImpl:
addAttribute,   addAttribute,   buildWithAttachments,   cloneNode,   cloneOMElement,   declareDefaultNamespace,   declareNamespace,   declareNamespace,   discard,   findNamespace,   findNamespaceURI,   getAllAttributes,   getAllDeclaredNamespaces,   getAttribute,   getAttribute,   getAttributeNS,   getAttributeNode,   getAttributeNodeNS,   getAttributeValue,   getAttributes,   getBuilder,   getChildElements,   getDefaultNamespace,   getElementsByTagName,   getElementsByTagNameNS,   getFirstElement,   getLineNumber,   getLocalName,   getNamespace,   getNamespaceURI,   getNamespaceURI,   getNextOMSibling,   getNodeName,   getNodeType,   getPrefix,   getQName,   getSchemaTypeInfo,   getTagName,   getText,   getTextAsQName,   getTrimmedText,   getType,   getXMLStreamReader,   getXMLStreamReaderWithoutCaching,   hasAttribute,   hasAttributeNS,   hasAttributes,   internalSerialize,   internalSerialize,   internalSerializeAndConsume,   removeAttribute,   removeAttribute,   removeAttributeNS,   removeAttributeNode,   removeNamespace,   resolveQName,   setAttribute,   setAttributeNS,   setAttributeNode,   setAttributeNodeNS,   setBuilder,   setIdAttribute,   setIdAttributeNS,   setIdAttributeNode,   setLineNumber,   setLocalName,   setNamespace,   setNamespaceWithNoFindInCurrentScope,   setOwnerDocument,   setText,   setText,   setType,   toString,   toStringWithConsume
Methods from org.apache.axiom.om.impl.dom.ParentNode:
addChild,   buildNext,   cloneNode,   getChildNodes,   getChildren,   getChildrenWithLocalName,   getChildrenWithName,   getChildrenWithNamespaceURI,   getFirstChild,   getFirstChildWithName,   getFirstOMChild,   getLastChild,   getTextContent,   getTextContent,   hasChildNodes,   importNode,   insertBefore,   removeChild,   replaceChild,   setFirstChild,   setLastChild,   setTextContent
Methods from org.apache.axiom.om.impl.dom.ChildNode:
cloneNode,   detach,   discard,   getNextOMSibling,   getNextSibling,   getParent,   getParentNode,   getPreviousOMSibling,   getPreviousSibling,   insertSiblingAfter,   insertSiblingBefore,   setNextOMSibling,   setParent,   setPreviousOMSibling
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.axiom.soap.impl.dom.SOAPFaultRoleImpl Detail:
 public String getRoleValue() 
 protected  void internalSerialize(XMLStreamWriter writer,
    boolean cache) throws XMLStreamException 
 public  void setRoleValue(String uri)