Spring Web Services Framework

Uses of Class
org.springframework.ws.server.EndpointInvocationChain

Packages that use EndpointInvocationChain
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. 
 

Uses of EndpointInvocationChain in org.springframework.ws.server
 

Methods in org.springframework.ws.server that return EndpointInvocationChain
protected  EndpointInvocationChain MessageDispatcher.getEndpoint(MessageContext messageContext)
          Returns the endpoint for this request.
 EndpointInvocationChain EndpointMapping.getEndpoint(MessageContext messageContext)
          Returns an endpoint and any interceptors for this message context.
 

Methods in org.springframework.ws.server with parameters of type EndpointInvocationChain
protected  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 EndpointInvocationChain
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.
 

Uses of EndpointInvocationChain in org.springframework.ws.soap.addressing.server
 

Methods in org.springframework.ws.soap.addressing.server that return EndpointInvocationChain
 EndpointInvocationChain AbstractAddressingEndpointMapping.getEndpoint(MessageContext messageContext)
           
 

Uses of EndpointInvocationChain in org.springframework.ws.soap.server
 

Subclasses of EndpointInvocationChain in org.springframework.ws.soap.server
 class SoapEndpointInvocationChain
          SOAP-specific subclass of the EndpointInvocationChain.
 

Methods in org.springframework.ws.soap.server with parameters of type EndpointInvocationChain
protected  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 EndpointInvocationChain
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.
 


Spring Web Services Framework

Copyright © 2005-2010 The Spring Web Services Framework. All Rights Reserved.