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

Packages that use SOAPFaultReason
org.apache.axiom.soap   
org.apache.axiom.soap.impl.dom   
org.apache.axiom.soap.impl.dom.factory   
org.apache.axiom.soap.impl.dom.soap11   
org.apache.axiom.soap.impl.dom.soap12   
org.apache.axiom.soap.impl.llom   
org.apache.axiom.soap.impl.llom.soap11   
org.apache.axiom.soap.impl.llom.soap12   
 

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
 

Uses of SOAPFaultReason in org.apache.axiom.soap.impl.dom
 

Methods in org.apache.axiom.soap.impl.dom with parameters of type SOAPFaultReason
 void SOAPFaultImpl.setReason(SOAPFaultReason reason)
           
 

Constructors in org.apache.axiom.soap.impl.dom with parameters of type SOAPFaultReason
SOAPFaultTextImpl(SOAPFaultReason parent, OMXMLParserWrapper builder, SOAPFactory factory)
           
SOAPFaultTextImpl(SOAPFaultReason parent, SOAPFactory factory)
           
 

Uses of SOAPFaultReason in org.apache.axiom.soap.impl.dom.factory
 

Methods in org.apache.axiom.soap.impl.dom.factory that return SOAPFaultReason
 SOAPFaultReason DOMSOAPFactory.createSOAPFaultReason()
           
 SOAPFaultReason DOMSOAPFactory.createSOAPFaultReason(SOAPFault parent)
           
 SOAPFaultReason DOMSOAPFactory.createSOAPFaultReason(SOAPFault parent, OMXMLParserWrapper builder)
           
 

Methods in org.apache.axiom.soap.impl.dom.factory with parameters of type SOAPFaultReason
 SOAPFaultText DOMSOAPFactory.createSOAPFaultText(SOAPFaultReason parent)
           
 SOAPFaultText DOMSOAPFactory.createSOAPFaultText(SOAPFaultReason parent, OMXMLParserWrapper builder)
           
 

Uses of SOAPFaultReason in org.apache.axiom.soap.impl.dom.soap11
 

Methods in org.apache.axiom.soap.impl.dom.soap11 that return SOAPFaultReason
 SOAPFaultReason SOAP11Factory.createSOAPFaultReason(SOAPFault parent)
           
 SOAPFaultReason SOAP11Factory.createSOAPFaultReason(SOAPFault parent, OMXMLParserWrapper builder)
           
 SOAPFaultReason SOAP11FaultImpl.getReason()
           
 

Methods in org.apache.axiom.soap.impl.dom.soap11 with parameters of type SOAPFaultReason
 SOAPFaultText SOAP11Factory.createSOAPFaultText(SOAPFaultReason parent)
           
 SOAPFaultText SOAP11Factory.createSOAPFaultText(SOAPFaultReason parent, OMXMLParserWrapper builder)
           
 void SOAP11FaultImpl.setReason(SOAPFaultReason reason)
           
 

Constructors in org.apache.axiom.soap.impl.dom.soap11 with parameters of type SOAPFaultReason
SOAP11FaultTextImpl(SOAPFaultReason parent, OMXMLParserWrapper builder, SOAPFactory factory)
           
SOAP11FaultTextImpl(SOAPFaultReason parent, SOAPFactory factory)
           
 

Uses of SOAPFaultReason in org.apache.axiom.soap.impl.dom.soap12
 

Methods in org.apache.axiom.soap.impl.dom.soap12 that return SOAPFaultReason
 SOAPFaultReason SOAP12Factory.createSOAPFaultReason(SOAPFault parent)
           
 SOAPFaultReason SOAP12Factory.createSOAPFaultReason(SOAPFault parent, OMXMLParserWrapper builder)
           
 SOAPFaultReason SOAP12FaultImpl.getReason()
           
 

Methods in org.apache.axiom.soap.impl.dom.soap12 with parameters of type SOAPFaultReason
 SOAPFaultText SOAP12Factory.createSOAPFaultText(SOAPFaultReason parent)
           
 SOAPFaultText SOAP12Factory.createSOAPFaultText(SOAPFaultReason parent, OMXMLParserWrapper builder)
           
 void SOAP12FaultImpl.setReason(SOAPFaultReason reason)
           
 

Constructors in org.apache.axiom.soap.impl.dom.soap12 with parameters of type SOAPFaultReason
SOAP12FaultTextImpl(SOAPFaultReason parent, OMXMLParserWrapper builder, SOAPFactory factory)
           
SOAP12FaultTextImpl(SOAPFaultReason parent, SOAPFactory factory)
           
 

Uses of SOAPFaultReason in org.apache.axiom.soap.impl.llom
 

Classes in org.apache.axiom.soap.impl.llom that implement SOAPFaultReason
 class SOAPFaultReasonImpl
           
 

Methods in org.apache.axiom.soap.impl.llom with parameters of type SOAPFaultReason
 void SOAPFaultImpl.setReason(SOAPFaultReason reason)
           
 

Constructors in org.apache.axiom.soap.impl.llom with parameters of type SOAPFaultReason
SOAPFaultTextImpl(SOAPFaultReason parent, OMXMLParserWrapper builder, SOAPFactory factory)
           
SOAPFaultTextImpl(SOAPFaultReason parent, SOAPFactory factory)
           
 

Uses of SOAPFaultReason in org.apache.axiom.soap.impl.llom.soap11
 

Classes in org.apache.axiom.soap.impl.llom.soap11 that implement SOAPFaultReason
 class SOAP11FaultReasonImpl
           
 

Methods in org.apache.axiom.soap.impl.llom.soap11 that return SOAPFaultReason
 SOAPFaultReason SOAP11Factory.createSOAPFaultReason()
           
 SOAPFaultReason SOAP11Factory.createSOAPFaultReason(SOAPFault parent)
           
 SOAPFaultReason SOAP11Factory.createSOAPFaultReason(SOAPFault parent, OMXMLParserWrapper builder)
           
 SOAPFaultReason SOAP11FaultImpl.getReason()
           
 

Methods in org.apache.axiom.soap.impl.llom.soap11 with parameters of type SOAPFaultReason
 SOAPFaultText SOAP11Factory.createSOAPFaultText(SOAPFaultReason parent)
           
 SOAPFaultText SOAP11Factory.createSOAPFaultText(SOAPFaultReason parent, OMXMLParserWrapper builder)
           
 void SOAP11FaultImpl.setReason(SOAPFaultReason reason)
           
 

Constructors in org.apache.axiom.soap.impl.llom.soap11 with parameters of type SOAPFaultReason
SOAP11FaultTextImpl(SOAPFaultReason parent, OMXMLParserWrapper builder, SOAPFactory factory)
           
SOAP11FaultTextImpl(SOAPFaultReason parent, SOAPFactory factory)
           
 

Uses of SOAPFaultReason in org.apache.axiom.soap.impl.llom.soap12
 

Classes in org.apache.axiom.soap.impl.llom.soap12 that implement SOAPFaultReason
 class SOAP12FaultReasonImpl
           
 

Methods in org.apache.axiom.soap.impl.llom.soap12 that return SOAPFaultReason
 SOAPFaultReason SOAP12Factory.createSOAPFaultReason()
           
 SOAPFaultReason SOAP12Factory.createSOAPFaultReason(SOAPFault parent)
           
 SOAPFaultReason SOAP12Factory.createSOAPFaultReason(SOAPFault parent, OMXMLParserWrapper builder)
           
 SOAPFaultReason SOAP12FaultImpl.getReason()
           
 

Methods in org.apache.axiom.soap.impl.llom.soap12 with parameters of type SOAPFaultReason
 SOAPFaultText SOAP12Factory.createSOAPFaultText(SOAPFaultReason parent)
           
 SOAPFaultText SOAP12Factory.createSOAPFaultText(SOAPFaultReason parent, OMXMLParserWrapper builder)
           
 void SOAP12FaultImpl.setReason(SOAPFaultReason reason)
           
 

Constructors in org.apache.axiom.soap.impl.llom.soap12 with parameters of type SOAPFaultReason
SOAP12FaultTextImpl(SOAPFaultReason parent, OMXMLParserWrapper builder, SOAPFactory factory)
           
SOAP12FaultTextImpl(SOAPFaultReason parent, SOAPFactory factory)
           
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.