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

Packages that use SOAPFaultRole
org.apache.axiom.soap   
 

Uses of SOAPFaultRole in org.apache.axiom.soap
 

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

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
 



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