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.Server-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 TypeMethodDescription@Nullable EndpointInvocationChainEndpointMapping.getEndpoint(MessageContext messageContext) Returns an endpoint and any interceptors for this message context.protected @Nullable EndpointInvocationChainMessageDispatcher.getEndpoint(MessageContext messageContext) Returns the endpoint for this request.Methods in org.springframework.ws.server with parameters of type EndpointInvocationChainModifier and TypeMethodDescriptionprotected booleanMessageDispatcher.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 EndpointInvocationChainAbstractEndpointMapping.createEndpointInvocationChain(MessageContext messageContext, Object endpoint, EndpointInterceptor[] interceptors) Creates a newEndpointInvocationChainbased on the given message context, endpoint, and interceptors.final @Nullable EndpointInvocationChainAbstractEndpointMapping.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 @Nullable EndpointInvocationChainAbstractAddressingEndpointMapping.getEndpoint(MessageContext messageContext)  - 
Uses of EndpointInvocationChain in org.springframework.ws.soap.server
Subclasses of EndpointInvocationChain in org.springframework.ws.soap.serverModifier and TypeClassDescriptionclassSOAP-specific subclass of theEndpointInvocationChain.Methods in org.springframework.ws.soap.server with parameters of type EndpointInvocationChainModifier and TypeMethodDescriptionprotected booleanSoapMessageDispatcher.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 EndpointInvocationChainSoapActionAnnotationMethodEndpointMapping.createEndpointInvocationChain(MessageContext messageContext, Object endpoint, EndpointInterceptor[] interceptors) Creates a newSoapEndpointInvocationChainbased on the given endpoint, and the set interceptors, and actors/roles.protected final EndpointInvocationChainSoapActionEndpointMapping.createEndpointInvocationChain(MessageContext messageContext, Object endpoint, EndpointInterceptor[] interceptors) Creates a newSoapEndpointInvocationChainbased on the given endpoint, and the set interceptors, and actors/roles.@Nullable EndpointInvocationChainDelegatingSoapEndpointMapping.getEndpoint(MessageContext messageContext) Creates a newSoapEndpointInvocationChainbased on the delegate endpoint, the delegate interceptors, and set actors/roles.