|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractAnnotationMethodEndpointMapping | |
---|---|
org.springframework.ws.server.endpoint.mapping | Provides miscellaneous endpoints EndpointMapping implementations. |
org.springframework.ws.server.endpoint.mapping.jaxb | Provides JAXB2-based EndpointMapping implementations. |
org.springframework.ws.soap.server.endpoint.mapping | Provides miscellaneous endpoints EndpointMapping implementations for SOAP purposes. |
Uses of AbstractAnnotationMethodEndpointMapping in org.springframework.ws.server.endpoint.mapping |
---|
Subclasses of AbstractAnnotationMethodEndpointMapping in org.springframework.ws.server.endpoint.mapping | |
---|---|
class |
PayloadRootAnnotationMethodEndpointMapping
Implementation of the EndpointMapping interface that uses the PayloadRoot annotation to map methods
to request payload root elements. |
Uses of AbstractAnnotationMethodEndpointMapping in org.springframework.ws.server.endpoint.mapping.jaxb |
---|
Subclasses of AbstractAnnotationMethodEndpointMapping in org.springframework.ws.server.endpoint.mapping.jaxb | |
---|---|
class |
XmlRootElementEndpointMapping
Implementation of the EndpointMapping interface that uses the
JAXB2 XmlRootElement annotation to map methods to request payload root elements. |
Uses of AbstractAnnotationMethodEndpointMapping in org.springframework.ws.soap.server.endpoint.mapping |
---|
Subclasses of AbstractAnnotationMethodEndpointMapping in org.springframework.ws.soap.server.endpoint.mapping | |
---|---|
class |
SoapActionAnnotationMethodEndpointMapping
Implementation of the EndpointMapping interface that uses the SoapAction annotation to map methods to the request SOAPAction header. |
|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |