public abstract class AbstractEndpointSelectionInterceptor
extends org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
| Constructor and Description |
|---|
AbstractEndpointSelectionInterceptor(String phase) |
AbstractEndpointSelectionInterceptor(String id,
String phase) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleMessage(org.apache.cxf.message.Message message) |
protected abstract org.apache.cxf.endpoint.Endpoint |
selectEndpoint(org.apache.cxf.message.Message message,
Set<org.apache.cxf.endpoint.Endpoint> eps)
Select an Endpoint which will be used for the rest of the invocation.
|
public AbstractEndpointSelectionInterceptor(String phase)
public void handleMessage(org.apache.cxf.message.Message message)
throws org.apache.cxf.interceptor.Fault
org.apache.cxf.interceptor.Faultprotected abstract org.apache.cxf.endpoint.Endpoint selectEndpoint(org.apache.cxf.message.Message message,
Set<org.apache.cxf.endpoint.Endpoint> eps)
message - eps - Apache CXF