Spring Web Services Framework

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

Packages that use AbstractMethodEndpointMapping
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 AbstractMethodEndpointMapping in org.springframework.ws.server.endpoint.mapping
 

Subclasses of AbstractMethodEndpointMapping in org.springframework.ws.server.endpoint.mapping
 class AbstractAnnotationMethodEndpointMapping<T>
          Abstract base for EndpointMapping implementations that map classes tagged with an annotation.
 class PayloadRootAnnotationMethodEndpointMapping
          Implementation of the EndpointMapping interface that uses the PayloadRoot annotation to map methods to request payload root elements.
 class SimpleMethodEndpointMapping
          Simple subclass of AbstractMethodEndpointMapping that maps from the local name of the request payload to methods.
 

Uses of AbstractMethodEndpointMapping in org.springframework.ws.server.endpoint.mapping.jaxb
 

Subclasses of AbstractMethodEndpointMapping 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 AbstractMethodEndpointMapping in org.springframework.ws.soap.server.endpoint.mapping
 

Subclasses of AbstractMethodEndpointMapping 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-2013 The Spring Web Services Framework. All Rights Reserved.