See: Description
| Enum | Description |
|---|---|
| FaultCode |
Enumeration that represents the standard SOAP Fault codes for use with the JDK 1.5+
SoapFault annotation. |
| Annotation Type | Description |
|---|---|
| SoapAction |
Marks an endpoint method as the handler for an incoming request.
|
| SoapFault |
Marks an exception class with the fault elements that should be returned whenever this exception is thrown.
|
| SoapHeader |
Marks an endpoint method parameter to be resolved as a single or a list of
SoapHeaderElement. |