Uses of Interface
javax.xml.soap.SOAPFault

Packages that use SOAPFault
javax.xml.soap   
javax.xml.ws.soap   
org.apache.axis2.jaxws.message.util   
org.apache.axis2.saaj   
 

Uses of SOAPFault in javax.xml.soap
 

Methods in javax.xml.soap that return SOAPFault
 SOAPFault SOAPBody.addFault()
          Creates a new SOAPFault object and adds it to this SOAPBody object.
 SOAPFault SOAPBody.addFault(Name faultCode, java.lang.String faultString)
          Creates a new SOAPFault object and adds it to this SOAPBody object.
 SOAPFault SOAPBody.addFault(Name faultCode, java.lang.String faultString, java.util.Locale locale)
          Creates a new SOAPFault object and adds it to this SOAPBody object.
 SOAPFault SOAPBody.addFault(QName qname, java.lang.String s)
           
 SOAPFault SOAPBody.addFault(QName qname, java.lang.String s, java.util.Locale locale)
           
abstract  SOAPFault SOAPFactory.createFault()
           
abstract  SOAPFault SOAPFactory.createFault(java.lang.String reasonText, QName faultCode)
           
 SOAPFault SOAPBody.getFault()
          Returns the SOAPFault object in this SOAPBody object.
 

Uses of SOAPFault in javax.xml.ws.soap
 

Methods in javax.xml.ws.soap that return SOAPFault
 SOAPFault SOAPFaultException.getFault()
           
 

Constructors in javax.xml.ws.soap with parameters of type SOAPFault
SOAPFaultException(SOAPFault fault)
           
 

Uses of SOAPFault in org.apache.axis2.jaxws.message.util
 

Methods in org.apache.axis2.jaxws.message.util that return SOAPFault
static SOAPFault XMLFaultUtils.createSAAJFault(XMLFault xmlFault, SOAPBody body)
          Create a SOAPFault representing the XMLFault.
 

Methods in org.apache.axis2.jaxws.message.util with parameters of type SOAPFault
static XMLFault XMLFaultUtils.createXMLFault(SOAPFault soapFault)
          Create XMLFault
static XMLFault XMLFaultUtils.createXMLFault(SOAPFault soapFault, Block[] detailBlocks)
          Create an XMLFault object from a SOAPFault and detail Blocks
 

Uses of SOAPFault in org.apache.axis2.saaj
 

Classes in org.apache.axis2.saaj that implement SOAPFault
 class SOAPFaultImpl
           
 

Methods in org.apache.axis2.saaj that return SOAPFault
 SOAPFault SOAPBodyImpl.addFault()
          Creates a new SOAPFault object and adds it to this SOAPBody object.
 SOAPFault SOAPBodyImpl.addFault(Name faultCode, java.lang.String faultString)
          Creates a new SOAPFault object and adds it to this SOAPBody object.
 SOAPFault SOAPBodyImpl.addFault(Name faultCode, java.lang.String faultString, java.util.Locale locale)
          Creates a new SOAPFault object and adds it to this SOAPBody object.
 SOAPFault SOAPBodyImpl.addFault(QName faultcode, java.lang.String faultString)
           
 SOAPFault SOAPBodyImpl.addFault(QName faultCode, java.lang.String faultString, java.util.Locale locale)
          Creates a new SOAPFault object and adds it to this SOAPBody object.
 SOAPFault SOAPFactoryImpl.createFault()
          Creates a new default SOAPFault object
 SOAPFault SOAPFactoryImpl.createFault(java.lang.String reasonText, QName faultCode)
          Creates a new SOAPFault object initialized with the given reasonText and faultCode
 SOAPFault SOAPBodyImpl.getFault()
          Returns the SOAPFault object in this SOAPBody object.
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.