- All Implemented Interfaces:
- org.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>, org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
public class EndpointAssociationInterceptor
extends org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
A RECEIVE phase interceptor that sets the @see{org.jboss.wsf.spi.deployment.Endpoint}
associated to the current message exchange. This is performed early in the chain,
before any thread pool comes into the game, allowing the EndpointAssociation
threadlocal to retrieve the correct Endpoint instance.
- Since:
- 10-Jun-2010
- Author:
- alessio.soldano@jboss.com