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

Packages that use SOAPFaultDetail
org.apache.axiom.om.util   
org.apache.axiom.soap   
 

Uses of SOAPFaultDetail in org.apache.axiom.om.util
 

Methods in org.apache.axiom.om.util with parameters of type SOAPFaultDetail
private static void CopyUtils.copySOAPFaultDetail(SOAPFactory factory, SOAPFault targetFault, SOAPFaultDetail sourceDetail)
          Create a copy of a SOAPFaultDetail
 

Uses of SOAPFaultDetail in org.apache.axiom.soap
 

Methods in org.apache.axiom.soap that return SOAPFaultDetail
 SOAPFaultDetail SOAPFactory.createSOAPFaultDetail()
           
 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.axiom.soap with parameters of type SOAPFaultDetail
 void SOAPFault.setDetail(SOAPFaultDetail detail)
          SOAPFaultRoleImpl is an optional item in a Fault, in SOAP 1.2 specification