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 -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleMessage(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
-
Constructor Details
-
AbstractEndpointSelectionInterceptor
-
AbstractEndpointSelectionInterceptor
-
-
Method Details
-
handleMessage
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. -
selectEndpoint
Select an Endpoint which will be used for the rest of the invocation.- Parameters:
message-eps-
-