public abstract class AbstractEndpointSelectionInterceptor extends AbstractPhaseInterceptor<Message>
Constructor and Description |
---|
AbstractEndpointSelectionInterceptor(String phase) |
AbstractEndpointSelectionInterceptor(String id,
String phase) |
Modifier and Type | Method and Description |
---|---|
void |
handleMessage(Message message)
Intercepts a message.
|
protected abstract Endpoint |
selectEndpoint(Message message,
Set<Endpoint> eps)
Select an Endpoint which will be used for the rest of the invocation.
|
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
public AbstractEndpointSelectionInterceptor(String phase)
public void handleMessage(Message message)
Interceptor
Apache CXF