org.springframework.ws.soap.server.endpoint.annotation |
JDK 1.5+ annotations for Spring-WS SOAP endpoints.
|
Java Source File Name | Type | Comment |
FaultCode.java | enum | Enumeration that represents the standard SOAP Fault codes for use with the JDK 1.5+
SoapFault annotation. |
SoapAction.java | Annotation | Marks an endpoint method as the handler for an incoming request. |
SoapFault.java | Annotation | Marks an exception class with the fault elements that should be returned whenever this exception is thrown. |