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

Packages that use SOAPFaultReason
org.apache.axiom.soap   
 

Uses of SOAPFaultReason in org.apache.axiom.soap
 

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

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



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.