Uses of Class
org.springframework.ws.server.EndpointInvocationChain
Package
Description
Contains classes for server-side Spring-WS support.
Provides miscellaneous endpoints
EndpointMapping
implementations.Contains servers-side WS-Addressing support, in the form of
EndpointMappings
.Contains classes for SOAP-specific server-side Spring-WS support.
Provides miscellaneous endpoints
EndpointMapping
implementations for SOAP purposes.-
Uses of EndpointInvocationChain in org.springframework.ws.server
Modifier and TypeMethodDescriptionEndpointMapping.getEndpoint
(MessageContext messageContext) Returns an endpoint and any interceptors for this message context.protected EndpointInvocationChain
MessageDispatcher.getEndpoint
(MessageContext messageContext) Returns the endpoint for this request.Modifier and TypeMethodDescriptionprotected boolean
MessageDispatcher.handleRequest
(EndpointInvocationChain mappedEndpoint, MessageContext messageContext) Callback for pre-processing of given invocation chain and message context. -
Uses of EndpointInvocationChain in org.springframework.ws.server.endpoint.mapping
Modifier and TypeMethodDescriptionprotected EndpointInvocationChain
AbstractEndpointMapping.createEndpointInvocationChain
(MessageContext messageContext, Object endpoint, EndpointInterceptor[] interceptors) Creates a newEndpointInvocationChain
based on the given message context, endpoint, and interceptors.final EndpointInvocationChain
AbstractEndpointMapping.getEndpoint
(MessageContext messageContext) Look up an endpoint for the given message context, falling back to the default endpoint if no specific one is found. -
Uses of EndpointInvocationChain in org.springframework.ws.soap.addressing.server
Modifier and TypeMethodDescriptionfinal EndpointInvocationChain
AbstractAddressingEndpointMapping.getEndpoint
(MessageContext messageContext) -
Uses of EndpointInvocationChain in org.springframework.ws.soap.server
Modifier and TypeClassDescriptionclass
SOAP-specific subclass of theEndpointInvocationChain
.Modifier and TypeMethodDescriptionprotected boolean
SoapMessageDispatcher.handleRequest
(EndpointInvocationChain mappedEndpoint, MessageContext messageContext) Process the headers targeted at the actor or role fullfilled by the endpoint. -
Uses of EndpointInvocationChain in org.springframework.ws.soap.server.endpoint.mapping
Modifier and TypeMethodDescriptionprotected final EndpointInvocationChain
SoapActionAnnotationMethodEndpointMapping.createEndpointInvocationChain
(MessageContext messageContext, Object endpoint, EndpointInterceptor[] interceptors) Creates a newSoapEndpointInvocationChain
based on the given endpoint, and the set interceptors, and actors/roles.protected final EndpointInvocationChain
SoapActionEndpointMapping.createEndpointInvocationChain
(MessageContext messageContext, Object endpoint, EndpointInterceptor[] interceptors) Creates a newSoapEndpointInvocationChain
based on the given endpoint, and the set interceptors, and actors/roles.DelegatingSoapEndpointMapping.getEndpoint
(MessageContext messageContext) Creates a newSoapEndpointInvocationChain
based on the delegate endpoint, the delegate interceptors, and set actors/roles.