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

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

Methods in org.apache.axiom.soap that return SOAPFaultRole
 SOAPFaultRole SOAPFactory.createSOAPFaultRole()
           
 SOAPFaultRole SOAPFactory.createSOAPFaultRole(SOAPFault parent)
          Role eii under SOAPFault (parent)
 SOAPFaultRole SOAPFactory.createSOAPFaultRole(SOAPFault parent, OMXMLParserWrapper builder)
          Role eii under SOAPFault (parent)
 SOAPFaultRole SOAPFault.getRole()
           
 

Methods in org.apache.axiom.soap with parameters of type SOAPFaultRole
 void SOAPFault.setRole(SOAPFaultRole role)
          SOAPFaultRoleImpl is an optional item in a Fault, in SOAP 1.2 specification
 

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

Methods in org.apache.axiom.soap.impl.dom with parameters of type SOAPFaultRole
 void SOAPFaultImpl.setRole(SOAPFaultRole role)
           
 

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

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

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

Methods in org.apache.axiom.soap.impl.dom.soap11 that return SOAPFaultRole
 SOAPFaultRole SOAP11Factory.createSOAPFaultRole(SOAPFault parent)
           
 SOAPFaultRole SOAP11Factory.createSOAPFaultRole(SOAPFault parent, OMXMLParserWrapper builder)
           
 SOAPFaultRole SOAP11FaultImpl.getRole()
           
 

Methods in org.apache.axiom.soap.impl.dom.soap11 with parameters of type SOAPFaultRole
 void SOAP11FaultImpl.setRole(SOAPFaultRole role)
           
 

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

Methods in org.apache.axiom.soap.impl.dom.soap12 that return SOAPFaultRole
 SOAPFaultRole SOAP12Factory.createSOAPFaultRole(SOAPFault parent)
           
 SOAPFaultRole SOAP12Factory.createSOAPFaultRole(SOAPFault parent, OMXMLParserWrapper builder)
           
 SOAPFaultRole SOAP12FaultImpl.getRole()
           
 

Methods in org.apache.axiom.soap.impl.dom.soap12 with parameters of type SOAPFaultRole
 void SOAP12FaultImpl.setRole(SOAPFaultRole role)
           
 

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

Classes in org.apache.axiom.soap.impl.llom that implement SOAPFaultRole
 class SOAPFaultRoleImpl
           
 

Methods in org.apache.axiom.soap.impl.llom with parameters of type SOAPFaultRole
 void SOAPFaultImpl.setRole(SOAPFaultRole role)
           
 

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

Classes in org.apache.axiom.soap.impl.llom.soap11 that implement SOAPFaultRole
 class SOAP11FaultRoleImpl
           
 

Methods in org.apache.axiom.soap.impl.llom.soap11 that return SOAPFaultRole
 SOAPFaultRole SOAP11Factory.createSOAPFaultRole()
           
 SOAPFaultRole SOAP11Factory.createSOAPFaultRole(SOAPFault parent)
           
 SOAPFaultRole SOAP11Factory.createSOAPFaultRole(SOAPFault parent, OMXMLParserWrapper builder)
           
 SOAPFaultRole SOAP11FaultImpl.getRole()
           
 

Methods in org.apache.axiom.soap.impl.llom.soap11 with parameters of type SOAPFaultRole
 void SOAP11FaultImpl.setRole(SOAPFaultRole role)
           
 

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

Classes in org.apache.axiom.soap.impl.llom.soap12 that implement SOAPFaultRole
 class SOAP12FaultRoleImpl
           
 

Methods in org.apache.axiom.soap.impl.llom.soap12 that return SOAPFaultRole
 SOAPFaultRole SOAP12Factory.createSOAPFaultRole()
           
 SOAPFaultRole SOAP12Factory.createSOAPFaultRole(SOAPFault parent)
           
 SOAPFaultRole SOAP12Factory.createSOAPFaultRole(SOAPFault parent, OMXMLParserWrapper builder)
           
 SOAPFaultRole SOAP12FaultImpl.getRole()
           
 

Methods in org.apache.axiom.soap.impl.llom.soap12 with parameters of type SOAPFaultRole
 void SOAP12FaultImpl.setRole(SOAPFaultRole role)
           
 



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