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

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

Methods in org.apache.axiom.soap that return SOAPFaultValue
 SOAPFaultValue SOAPFactory.createSOAPFaultValue()
           
 SOAPFaultValue SOAPFactory.createSOAPFaultValue(SOAPFaultCode parent)
          Value eii under Code (parent)
 SOAPFaultValue SOAPFactory.createSOAPFaultValue(SOAPFaultCode parent, OMXMLParserWrapper builder)
          Value eii under Code (parent)
 SOAPFaultValue SOAPFactory.createSOAPFaultValue(SOAPFaultSubCode parent)
          SubCode eii under Value (parent)
 SOAPFaultValue SOAPFactory.createSOAPFaultValue(SOAPFaultSubCode parent, OMXMLParserWrapper builder)
           
 SOAPFaultValue SOAPFaultCode.getValue()
           
 SOAPFaultValue SOAPFaultSubCode.getValue()
           
 

Methods in org.apache.axiom.soap with parameters of type SOAPFaultValue
 void SOAPFaultCode.setValue(SOAPFaultValue value)
           
 void SOAPFaultSubCode.setValue(SOAPFaultValue soapFaultSubCodeValue)
          Fault SubCode contain only one mandatory Value child.
 

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

Fields in org.apache.axiom.soap.impl.dom declared as SOAPFaultValue
protected  SOAPFaultValue SOAPFaultSubCodeImpl.value
           
 

Methods in org.apache.axiom.soap.impl.dom that return SOAPFaultValue
 SOAPFaultValue SOAPFaultSubCodeImpl.getValue()
           
 SOAPFaultValue SOAPFaultCodeImpl.getValue()
           
 

Methods in org.apache.axiom.soap.impl.dom with parameters of type SOAPFaultValue
 void SOAPFaultSubCodeImpl.setValue(SOAPFaultValue soapFaultSubCodeValue)
           
 void SOAPFaultCodeImpl.setValue(SOAPFaultValue value)
          Eran Chinthaka (chinthaka@apache.org)
 

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

Methods in org.apache.axiom.soap.impl.dom.factory that return SOAPFaultValue
 SOAPFaultValue DOMSOAPFactory.createSOAPFaultValue()
           
 SOAPFaultValue DOMSOAPFactory.createSOAPFaultValue(SOAPFaultCode parent)
           
 SOAPFaultValue DOMSOAPFactory.createSOAPFaultValue(SOAPFaultCode parent, OMXMLParserWrapper builder)
           
 SOAPFaultValue DOMSOAPFactory.createSOAPFaultValue(SOAPFaultSubCode parent)
           
 SOAPFaultValue DOMSOAPFactory.createSOAPFaultValue(SOAPFaultSubCode parent, OMXMLParserWrapper builder)
           
 

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

Methods in org.apache.axiom.soap.impl.dom.soap11 that return SOAPFaultValue
 SOAPFaultValue SOAP11Factory.createSOAPFaultValue(SOAPFaultCode parent)
           
 SOAPFaultValue SOAP11Factory.createSOAPFaultValue(SOAPFaultCode parent, OMXMLParserWrapper builder)
           
 SOAPFaultValue SOAP11Factory.createSOAPFaultValue(SOAPFaultSubCode parent)
           
 SOAPFaultValue SOAP11Factory.createSOAPFaultValue(SOAPFaultSubCode parent, OMXMLParserWrapper builder)
           
 

Methods in org.apache.axiom.soap.impl.dom.soap11 with parameters of type SOAPFaultValue
 void SOAP11FaultSubCodeImpl.setValue(SOAPFaultValue soapFaultSubCodeValue)
           
 void SOAP11FaultCodeImpl.setValue(SOAPFaultValue value)
           
 

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

Methods in org.apache.axiom.soap.impl.dom.soap12 that return SOAPFaultValue
 SOAPFaultValue SOAP12Factory.createSOAPFaultValue(SOAPFaultCode parent)
           
 SOAPFaultValue SOAP12Factory.createSOAPFaultValue(SOAPFaultCode parent, OMXMLParserWrapper builder)
           
 SOAPFaultValue SOAP12Factory.createSOAPFaultValue(SOAPFaultSubCode parent)
           
 SOAPFaultValue SOAP12Factory.createSOAPFaultValue(SOAPFaultSubCode parent, OMXMLParserWrapper builder)
           
 

Methods in org.apache.axiom.soap.impl.dom.soap12 with parameters of type SOAPFaultValue
 void SOAP12FaultSubCodeImpl.setValue(SOAPFaultValue soapFaultSubCodeValue)
           
 void SOAP12FaultCodeImpl.setValue(SOAPFaultValue value)
           
 

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

Classes in org.apache.axiom.soap.impl.llom that implement SOAPFaultValue
 class SOAPFaultValueImpl
           
 

Fields in org.apache.axiom.soap.impl.llom declared as SOAPFaultValue
protected  SOAPFaultValue SOAPFaultSubCodeImpl.value
           
 

Methods in org.apache.axiom.soap.impl.llom that return SOAPFaultValue
 SOAPFaultValue SOAPFaultSubCodeImpl.getValue()
           
 

Methods in org.apache.axiom.soap.impl.llom with parameters of type SOAPFaultValue
 void SOAPFaultSubCodeImpl.setValue(SOAPFaultValue soapFaultSubCodeValue)
           
 void SOAPFaultCodeImpl.setValue(SOAPFaultValue value)
           
 

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

Classes in org.apache.axiom.soap.impl.llom.soap11 that implement SOAPFaultValue
 class SOAP11FaultValueImpl
           
 

Methods in org.apache.axiom.soap.impl.llom.soap11 that return SOAPFaultValue
 SOAPFaultValue SOAP11Factory.createSOAPFaultValue()
           
 SOAPFaultValue SOAP11Factory.createSOAPFaultValue(SOAPFaultCode parent)
           
 SOAPFaultValue SOAP11Factory.createSOAPFaultValue(SOAPFaultCode parent, OMXMLParserWrapper builder)
           
 SOAPFaultValue SOAP11Factory.createSOAPFaultValue(SOAPFaultSubCode parent)
           
 SOAPFaultValue SOAP11Factory.createSOAPFaultValue(SOAPFaultSubCode parent, OMXMLParserWrapper builder)
           
 SOAPFaultValue SOAP11FaultCodeImpl.getValue()
           
 

Methods in org.apache.axiom.soap.impl.llom.soap11 with parameters of type SOAPFaultValue
 void SOAP11FaultSubCodeImpl.setValue(SOAPFaultValue soapFaultSubCodeValue)
           
 void SOAP11FaultCodeImpl.setValue(SOAPFaultValue value)
           
 

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

Classes in org.apache.axiom.soap.impl.llom.soap12 that implement SOAPFaultValue
 class SOAP12FaultValueImpl
           
 

Methods in org.apache.axiom.soap.impl.llom.soap12 that return SOAPFaultValue
 SOAPFaultValue SOAP12Factory.createSOAPFaultValue()
           
 SOAPFaultValue SOAP12Factory.createSOAPFaultValue(SOAPFaultCode parent)
           
 SOAPFaultValue SOAP12Factory.createSOAPFaultValue(SOAPFaultCode parent, OMXMLParserWrapper builder)
           
 SOAPFaultValue SOAP12Factory.createSOAPFaultValue(SOAPFaultSubCode parent)
           
 SOAPFaultValue SOAP12Factory.createSOAPFaultValue(SOAPFaultSubCode parent, OMXMLParserWrapper builder)
           
 SOAPFaultValue SOAP12FaultCodeImpl.getValue()
           
 

Methods in org.apache.axiom.soap.impl.llom.soap12 with parameters of type SOAPFaultValue
 void SOAP12FaultSubCodeImpl.setValue(SOAPFaultValue soapFaultSubCodeValue)
           
 void SOAP12FaultCodeImpl.setValue(SOAPFaultValue value)
           
 



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