Spring Web Services Framework

Uses of Class
org.springframework.ws.server.endpoint.mapping.AbstractAnnotationMethodEndpointMapping

Packages that use AbstractAnnotationMethodEndpointMapping
org.springframework.ws.server.endpoint.mapping Provides miscellaneous endpoints 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.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

Copyright © 2005-2010 The Spring Web Services Framework. All Rights Reserved.