Package | Description |
---|---|
org.springframework.ws.server |
Contains classes for server-side Spring-WS support.
|
org.springframework.ws.server.endpoint.mapping |
Provides miscellaneous endpoints
EndpointMapping implementations. |
org.springframework.ws.soap.addressing.server |
Contains servers-side WS-Addressing support, in the form of
EndpointMappings . |
org.springframework.ws.soap.server |
Contains classes for SOAP-specific server-side Spring-WS support.
|
org.springframework.ws.soap.server.endpoint.mapping |
Provides miscellaneous endpoints
EndpointMapping implementations for SOAP purposes. |
Modifier and Type | Method and Description |
---|---|
EndpointInvocationChain |
EndpointMapping.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 Type | Method and Description |
---|---|
protected boolean |
MessageDispatcher.handleRequest(EndpointInvocationChain mappedEndpoint,
MessageContext messageContext)
Callback for pre-processing of given invocation chain and message context.
|
Modifier and Type | Method and Description |
---|---|
protected EndpointInvocationChain |
AbstractEndpointMapping.createEndpointInvocationChain(MessageContext messageContext,
Object endpoint,
EndpointInterceptor[] interceptors)
Creates a new
EndpointInvocationChain based on the given message context, endpoint, and
interceptors. |
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.
|
Modifier and Type | Method and Description |
---|---|
EndpointInvocationChain |
AbstractAddressingEndpointMapping.getEndpoint(MessageContext messageContext) |
Modifier and Type | Class and Description |
---|---|
class |
SoapEndpointInvocationChain
SOAP-specific subclass of the
EndpointInvocationChain . |
Modifier and Type | Method and Description |
---|---|
protected boolean |
SoapMessageDispatcher.handleRequest(EndpointInvocationChain mappedEndpoint,
MessageContext messageContext)
Process the headers targeted at the actor or role fullfilled by the endpoint.
|
Modifier and Type | Method and Description |
---|---|
protected EndpointInvocationChain |
SoapActionAnnotationMethodEndpointMapping.createEndpointInvocationChain(MessageContext messageContext,
Object endpoint,
EndpointInterceptor[] interceptors)
Creates a new
SoapEndpointInvocationChain based on the given endpoint, and the set interceptors, and
actors/roles. |
protected EndpointInvocationChain |
SoapActionEndpointMapping.createEndpointInvocationChain(MessageContext messageContext,
Object endpoint,
EndpointInterceptor[] interceptors)
Creates a new
SoapEndpointInvocationChain based on the given endpoint, and the set interceptors, and
actors/roles. |
EndpointInvocationChain |
DelegatingSoapEndpointMapping.getEndpoint(MessageContext messageContext)
Creates a new
SoapEndpointInvocationChain based on the delegate endpoint, the delegate interceptors,
and set actors/roles. |
Copyright © 2020 Pivotal Software. All rights reserved.