Package org.apache.cxf.wsdl.interceptors
Class AbstractEndpointSelectionInterceptor
- java.lang.Object
-
- org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
-
- org.apache.cxf.wsdl.interceptors.AbstractEndpointSelectionInterceptor
-
- All Implemented Interfaces:
Interceptor<Message>,PhaseInterceptor<Message>
- Direct Known Subclasses:
EndpointSelectionInterceptor
public abstract class AbstractEndpointSelectionInterceptor extends AbstractPhaseInterceptor<Message>
-
-
Constructor Summary
Constructors Constructor Description AbstractEndpointSelectionInterceptor(String phase)AbstractEndpointSelectionInterceptor(String id, String phase)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidhandleMessage(Message message)Intercepts a message.protected abstract EndpointselectEndpoint(Message message, Set<Endpoint> eps)Select an Endpoint which will be used for the rest of the invocation.-
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
-
-
-
-
Method Detail
-
handleMessage
public void handleMessage(Message message)
Description copied from interface:InterceptorIntercepts a message. Interceptors should NOT invoke handleMessage or handleFault on the next interceptor - the interceptor chain will take care of this.
-
-