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

Packages that use SOAPFaultText
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 SOAPFaultText in org.apache.axiom.soap
 

Methods in org.apache.axiom.soap that return SOAPFaultText
 SOAPFaultText SOAPFactory.createSOAPFaultText()
           
 SOAPFaultText SOAPFactory.createSOAPFaultText(SOAPFaultReason parent)
          SubCode eii under SubCode (parent)
 SOAPFaultText SOAPFactory.createSOAPFaultText(SOAPFaultReason parent, OMXMLParserWrapper builder)
          SubCode eii under SubCode (parent)
 SOAPFaultText SOAPFaultReason.getFirstSOAPText()
           
 SOAPFaultText SOAPFaultReason.getSOAPFaultText(java.lang.String language)
           
 

Methods in org.apache.axiom.soap with parameters of type SOAPFaultText
 void SOAPFaultReason.addSOAPText(SOAPFaultText soapFaultText)
          Eran Chinthaka (chinthaka@apache.org)
 

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

Fields in org.apache.axiom.soap.impl.dom declared as SOAPFaultText
protected  SOAPFaultText SOAPFaultReasonImpl.text
           
 

Methods in org.apache.axiom.soap.impl.dom that return SOAPFaultText
 SOAPFaultText SOAPFaultReasonImpl.getSOAPFaultText(java.lang.String language)
           
 

Methods in org.apache.axiom.soap.impl.dom with parameters of type SOAPFaultText
 void SOAPFaultReasonImpl.addSOAPText(SOAPFaultText soapFaultText)
          Eran Chinthaka (chinthaka@apache.org)
 

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

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

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

Methods in org.apache.axiom.soap.impl.dom.soap11 that return SOAPFaultText
 SOAPFaultText SOAP11Factory.createSOAPFaultText(SOAPFaultReason parent)
           
 SOAPFaultText SOAP11Factory.createSOAPFaultText(SOAPFaultReason parent, OMXMLParserWrapper builder)
           
 SOAPFaultText SOAP11FaultReasonImpl.getFirstSOAPText()
           
 

Methods in org.apache.axiom.soap.impl.dom.soap11 with parameters of type SOAPFaultText
 void SOAP11FaultReasonImpl.addSOAPText(SOAPFaultText soapFaultText)
           
 

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

Methods in org.apache.axiom.soap.impl.dom.soap12 that return SOAPFaultText
 SOAPFaultText SOAP12Factory.createSOAPFaultText(SOAPFaultReason parent)
           
 SOAPFaultText SOAP12Factory.createSOAPFaultText(SOAPFaultReason parent, OMXMLParserWrapper builder)
           
 SOAPFaultText SOAP12FaultReasonImpl.getFirstSOAPText()
           
 

Methods in org.apache.axiom.soap.impl.dom.soap12 with parameters of type SOAPFaultText
 void SOAP12FaultReasonImpl.addSOAPText(SOAPFaultText soapFaultText)
           
 

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

Classes in org.apache.axiom.soap.impl.llom that implement SOAPFaultText
 class SOAPFaultTextImpl
           
 

Methods in org.apache.axiom.soap.impl.llom that return SOAPFaultText
 SOAPFaultText SOAPFaultReasonImpl.getSOAPFaultText(java.lang.String language)
           
 

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

Classes in org.apache.axiom.soap.impl.llom.soap11 that implement SOAPFaultText
 class SOAP11FaultTextImpl
           
 

Methods in org.apache.axiom.soap.impl.llom.soap11 that return SOAPFaultText
 SOAPFaultText SOAP11Factory.createSOAPFaultText()
           
 SOAPFaultText SOAP11Factory.createSOAPFaultText(SOAPFaultReason parent)
           
 SOAPFaultText SOAP11Factory.createSOAPFaultText(SOAPFaultReason parent, OMXMLParserWrapper builder)
           
 SOAPFaultText SOAP11FaultReasonImpl.getFirstSOAPText()
           
 

Methods in org.apache.axiom.soap.impl.llom.soap11 with parameters of type SOAPFaultText
 void SOAP11FaultReasonImpl.addSOAPText(SOAPFaultText soapFaultText)
           
 

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

Classes in org.apache.axiom.soap.impl.llom.soap12 that implement SOAPFaultText
 class SOAP12FaultTextImpl
           
 

Methods in org.apache.axiom.soap.impl.llom.soap12 that return SOAPFaultText
 SOAPFaultText SOAP12Factory.createSOAPFaultText()
           
 SOAPFaultText SOAP12Factory.createSOAPFaultText(SOAPFaultReason parent)
           
 SOAPFaultText SOAP12Factory.createSOAPFaultText(SOAPFaultReason parent, OMXMLParserWrapper builder)
           
 SOAPFaultText SOAP12FaultReasonImpl.getFirstSOAPText()
           
 

Methods in org.apache.axiom.soap.impl.llom.soap12 with parameters of type SOAPFaultText
 void SOAP12FaultReasonImpl.addSOAPText(SOAPFaultText soapFaultText)
           
 



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