Uses of Class
org.springframework.ws.server.EndpointInvocationChain
Packages that use 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
Methods in org.springframework.ws.server that return EndpointInvocationChainModifier 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.Methods in org.springframework.ws.server with parameters of type EndpointInvocationChainModifier 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
Methods in org.springframework.ws.server.endpoint.mapping that return EndpointInvocationChainModifier 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
Methods in org.springframework.ws.soap.addressing.server that return EndpointInvocationChainModifier and TypeMethodDescriptionfinal EndpointInvocationChain
AbstractAddressingEndpointMapping.getEndpoint
(MessageContext messageContext) -
Uses of EndpointInvocationChain in org.springframework.ws.soap.server
Subclasses of EndpointInvocationChain in org.springframework.ws.soap.serverModifier and TypeClassDescriptionclass
SOAP-specific subclass of theEndpointInvocationChain
.Methods in org.springframework.ws.soap.server with parameters of type EndpointInvocationChainModifier 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
Methods in org.springframework.ws.soap.server.endpoint.mapping that return EndpointInvocationChainModifier 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.