Uses of Class
org.springframework.ws.server.endpoint.mapping.AbstractMethodEndpointMapping
Package
Description
Provides miscellaneous endpoints
EndpointMapping
implementations.Provides JAXB2-based
EndpointMapping
implementations.Provides miscellaneous endpoints
EndpointMapping
implementations for SOAP purposes.-
Uses of AbstractMethodEndpointMapping in org.springframework.ws.server.endpoint.mapping
Modifier and TypeClassDescriptionclass
Abstract base forEndpointMapping
implementations that map classes tagged with an annotation.class
Implementation of theEndpointMapping
interface that uses thePayloadRoot
annotation to map methods to request payload root elements.class
Simple subclass ofAbstractMethodEndpointMapping
that maps from the local name of the request payload to methods. -
Uses of AbstractMethodEndpointMapping 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 AbstractMethodEndpointMapping 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.