| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
SOAPFault |
SOAPBody.addFault()
Creates a new
SOAPFault object and adds it to this
SOAPBody object.
|
SOAPFault |
SOAPBody.addFault(Name
Creates a new
SOAPFault object and adds it to this
SOAPBody object.
|
SOAPFault |
SOAPBody.addFault(Name
Creates a new
SOAPFault object and adds it to this
SOAPBody object.
|
SOAPFault |
SOAPBody.addFault(QName
Creates a new
SOAPFault object and adds it to this
SOAPBody object.
|
SOAPFault |
SOAPBody.addFault(QName
Creates a new
SOAPFault object and adds it to this
SOAPBody object.
|
abstract SOAPFault |
SOAPFactory.createFault()
Creates a new default
SOAPFault object
|
abstract SOAPFault |
SOAPFactory.createFault(String
Creates a new
SOAPFault object initialized with the given
reasonText and
faultCode
|
SOAPFault |
SOAPBody.getFault()
Returns the
SOAPFault object in this
SOAPBody object.
|
| Modifier and Type | Method and Description |
|---|---|
SOAPFault |
SOAPFaultException.getFault()
Gets the embedded
SOAPFault instance.
|
| Constructor and Description | |
|---|---|
SOAPFaultException(SOAPFault
Constructor for SOAPFaultException
|