|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EndpointAdapter | |
---|---|
org.springframework.ws.server | Contains classes for server-side Spring-WS support. |
org.springframework.ws.server.endpoint.adapter | Provides miscellaneous EndpointAdapter implementations. |
Uses of EndpointAdapter in org.springframework.ws.server |
---|
Methods in org.springframework.ws.server that return EndpointAdapter | |
---|---|
protected EndpointAdapter |
MessageDispatcher.getEndpointAdapter(Object endpoint)
Returns the EndpointAdapter for the given endpoint. |
Uses of EndpointAdapter in org.springframework.ws.server.endpoint.adapter |
---|
Classes in org.springframework.ws.server.endpoint.adapter that implement EndpointAdapter | |
---|---|
class |
AbstractMethodEndpointAdapter
Abstract base class for EndpointAdapter implementations that support MethodEndpoint s. |
class |
GenericMarshallingMethodEndpointAdapter
Subclass of MarshallingMethodEndpointAdapter that supports GenericMarshaller and GenericUnmarshaller . |
class |
MarshallingMethodEndpointAdapter
Adapter that supports endpoint methods that use marshalling. |
class |
MessageEndpointAdapter
Adapter to use a MessageEndpoint as the endpoint for a EndpointInvocationChain . |
class |
MessageMethodEndpointAdapter
Adapter that supports endpoint methods that use marshalling. |
class |
PayloadEndpointAdapter
Adapter to use a PayloadEndpoint as the endpoint for a EndpointInvocationChain . |
class |
PayloadMethodEndpointAdapter
Adapter that supports endpoint methods that use marshalling. |
class |
XPathParamAnnotationMethodEndpointAdapter
Adapter that supports endpoint methods that use marshalling. |
|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |