Uses of Interface
org.apache.axis2.soap.SOAPFaultDetail

Packages that use SOAPFaultDetail
org.apache.axis2.saaj   
org.apache.axis2.soap   
org.apache.axis2.soap.impl.llom   
org.apache.axis2.soap.impl.llom.factory   
org.apache.axis2.soap.impl.llom.soap11   
org.apache.axis2.soap.impl.llom.soap12   
 

Uses of SOAPFaultDetail in org.apache.axis2.saaj
 

Fields in org.apache.axis2.saaj declared as SOAPFaultDetail
protected  SOAPFaultDetail DetailImpl.detail
          Field detail
 

Constructors in org.apache.axis2.saaj with parameters of type SOAPFaultDetail
DetailImpl(SOAPFaultDetail detail)
           
 

Uses of SOAPFaultDetail in org.apache.axis2.soap
 

Methods in org.apache.axis2.soap that return SOAPFaultDetail
 SOAPFaultDetail SOAPFactory.createSOAPFaultDetail(SOAPFault parent)
          Detail eii under SOAPFault (parent)
 SOAPFaultDetail SOAPFactory.createSOAPFaultDetail(SOAPFault parent, OMXMLParserWrapper builder)
          Role eii under SOAPFault (parent)
 SOAPFaultDetail SOAPFault.getDetail()
           
 

Methods in org.apache.axis2.soap with parameters of type SOAPFaultDetail
 void SOAPFault.setDetail(SOAPFaultDetail detail)
          SOAPFaultRoleImpl is an optional item in a Fault, in SOAP 1.2 specification
 

Uses of SOAPFaultDetail in org.apache.axis2.soap.impl.llom
 

Classes in org.apache.axis2.soap.impl.llom that implement SOAPFaultDetail
 class SOAPFaultDetailImpl
           
 

Methods in org.apache.axis2.soap.impl.llom that return SOAPFaultDetail
protected abstract  SOAPFaultDetail SOAPFaultImpl.getNewSOAPFaultDetail(SOAPFault fault)
           
 SOAPFaultDetail SOAPFaultImpl.getDetail()
           
 

Methods in org.apache.axis2.soap.impl.llom with parameters of type SOAPFaultDetail
 void SOAPFaultImpl.setDetail(SOAPFaultDetail detail)
           
 

Uses of SOAPFaultDetail in org.apache.axis2.soap.impl.llom.factory
 

Methods in org.apache.axis2.soap.impl.llom.factory that return SOAPFaultDetail
 SOAPFaultDetail SOAPLinkedListImplFactory.createSOAPFaultDetail(SOAPFault parent)
           
 SOAPFaultDetail SOAPLinkedListImplFactory.createSOAPFaultDetail(SOAPFault parent, OMXMLParserWrapper builder)
           
 

Uses of SOAPFaultDetail in org.apache.axis2.soap.impl.llom.soap11
 

Classes in org.apache.axis2.soap.impl.llom.soap11 that implement SOAPFaultDetail
 class SOAP11FaultDetailImpl
           
 

Methods in org.apache.axis2.soap.impl.llom.soap11 that return SOAPFaultDetail
protected  SOAPFaultDetail SOAP11FaultImpl.getNewSOAPFaultDetail(SOAPFault fault)
           
 SOAPFaultDetail SOAP11Factory.createSOAPFaultDetail(SOAPFault parent)
           
 SOAPFaultDetail SOAP11Factory.createSOAPFaultDetail(SOAPFault parent, OMXMLParserWrapper builder)
           
 

Methods in org.apache.axis2.soap.impl.llom.soap11 with parameters of type SOAPFaultDetail
 void SOAP11FaultImpl.setDetail(SOAPFaultDetail detail)
           
 

Uses of SOAPFaultDetail in org.apache.axis2.soap.impl.llom.soap12
 

Classes in org.apache.axis2.soap.impl.llom.soap12 that implement SOAPFaultDetail
 class SOAP12FaultDetailImpl
           
 

Methods in org.apache.axis2.soap.impl.llom.soap12 that return SOAPFaultDetail
protected  SOAPFaultDetail SOAP12FaultImpl.getNewSOAPFaultDetail(SOAPFault fault)
           
 SOAPFaultDetail SOAP12Factory.createSOAPFaultDetail(SOAPFault parent)
           
 SOAPFaultDetail SOAP12Factory.createSOAPFaultDetail(SOAPFault parent, OMXMLParserWrapper builder)
           
 

Methods in org.apache.axis2.soap.impl.llom.soap12 with parameters of type SOAPFaultDetail
 void SOAP12FaultImpl.setDetail(SOAPFaultDetail detail)