Uses of Class
org.springframework.ws.server.endpoint.mapping.AbstractAnnotationMethodEndpointMapping
Package
Description
Provides miscellaneous endpoints
EndpointMapping
implementations.Provides JAXB2-based
EndpointMapping
implementations.Provides miscellaneous endpoints
EndpointMapping
implementations for SOAP purposes.-
Uses of AbstractAnnotationMethodEndpointMapping in org.springframework.ws.server.endpoint.mapping
Modifier and TypeClassDescriptionclass
Implementation of theEndpointMapping
interface that uses thePayloadRoot
annotation to map methods to request payload root elements. -
Uses of AbstractAnnotationMethodEndpointMapping in org.springframework.ws.server.endpoint.mapping.jaxb
Modifier and TypeClassDescriptionclass
Implementation of theEndpointMapping
interface that uses the JAXB2XmlRootElement
annotation to map methods to request payload root elements. -
Uses of AbstractAnnotationMethodEndpointMapping in org.springframework.ws.soap.server.endpoint.mapping
Modifier and TypeClassDescriptionclass
Implementation of theEndpointMapping
interface that uses theSoapAction
annotation to map methods to the request SOAPAction header.