| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SOAPFault | |
|---|---|
| javax.xml.soap | Provides the API for creating and building SOAP messages. | 
| javax.xml.ws.soap | This package defines APIs specific to the SOAP binding. | 
| Uses of SOAPFault in javax.xml.soap | 
|---|
| Methods in javax.xml.soap that return SOAPFault | |
|---|---|
|  SOAPFault | SOAPBody.addFault()Creates a new SOAPFaultobject and adds it to
 thisSOAPBodyobject. | 
|  SOAPFault | SOAPBody.addFault(Name faultCode,
         String faultString)Creates a new SOAPFaultobject and adds it to thisSOAPBodyobject. | 
|  SOAPFault | SOAPBody.addFault(Name faultCode,
         String faultString,
         Locale locale)Creates a new SOAPFaultobject and adds it to
 thisSOAPBodyobject. | 
|  SOAPFault | SOAPBody.addFault(QName faultCode,
         String faultString)Creates a new SOAPFaultobject and adds it to thisSOAPBodyobject. | 
|  SOAPFault | SOAPBody.addFault(QName faultCode,
         String faultString,
         Locale locale)Creates a new SOAPFaultobject and adds it to thisSOAPBodyobject. | 
| abstract  SOAPFault | SOAPFactory.createFault()Creates a new default SOAPFaultobject | 
| abstract  SOAPFault | SOAPFactory.createFault(String reasonText,
            QName faultCode)Creates a new SOAPFaultobject initialized with the givenreasonTextandfaultCode | 
|  SOAPFault | SOAPBody.getFault()Returns the SOAPFaultobject in thisSOAPBodyobject. | 
| Uses of SOAPFault in javax.xml.ws.soap | 
|---|
| Methods in javax.xml.ws.soap that return SOAPFault | |
|---|---|
|  SOAPFault | SOAPFaultException.getFault()Gets the embedded SOAPFaultinstance. | 
| Constructors in javax.xml.ws.soap with parameters of type SOAPFault | |
|---|---|
| SOAPFaultException(SOAPFault fault)Constructor for SOAPFaultException | |
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.