|
Spring Web Services Framework | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Annotation Types Summary | |
---|---|
Endpoint | Indicates that an annotated class is an "Endpoint" (e.g. a web service endpoint). |
Namespace | Sets up a namespace to be used in an @Endpoint method, class, or package. |
Namespaces | Sets the namespaces to be used in an @Endpoint method, class, or package. |
PayloadRoot | Marks an endpoint method as the handler for an incoming request. |
RequestPayload | Annotation which indicates that a method parameter should be bound to the request payload. |
ResponsePayload | Annotation which indicates that a method return value should be bound to the response payload. |
XPathParam | Indicates that a method parameter should be bound to an XPath expression. |
JDK 1.5+ annotations for Spring-WS endpoints.
|
Spring Web Services Framework | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |