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

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

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

Methods in org.apache.axiom.om.util with parameters of type SOAPFaultReason
private static void CopyUtils.copySOAPFaultReason(SOAPFactory factory, SOAPFault targetFault, SOAPFaultReason sourceReason)
          Create a copy of the SOAPFaultReason
 

Uses of SOAPFaultReason in org.apache.axiom.soap
 

Methods in org.apache.axiom.soap that return SOAPFaultReason
 SOAPFaultReason SOAPFactory.createSOAPFaultReason()
           
 SOAPFaultReason SOAPFactory.createSOAPFaultReason(SOAPFault parent)
          Reason eii under SOAPFault (parent)
 SOAPFaultReason SOAPFactory.createSOAPFaultReason(SOAPFault parent, OMXMLParserWrapper builder)
          Reason eii under SOAPFault (parent)
 SOAPFaultReason SOAPFault.getReason()
           
 

Methods in org.apache.axiom.soap with parameters of type SOAPFaultReason
 SOAPFaultText SOAPFactory.createSOAPFaultText(SOAPFaultReason parent)
          SubCode eii under SubCode (parent)
 SOAPFaultText SOAPFactory.createSOAPFaultText(SOAPFaultReason parent, OMXMLParserWrapper builder)
          SubCode eii under SubCode (parent)
 void SOAPFault.setReason(SOAPFaultReason reason)
          SOAPFaultReason is a mandatory item in a Fault, in SOAP 1.2 specification