Class EndpointSelectionInterceptor
- java.lang.Object
-
- org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
-
- org.apache.cxf.wsdl.interceptors.AbstractEndpointSelectionInterceptor
-
- org.apache.cxf.binding.soap.interceptor.EndpointSelectionInterceptor
-
- All Implemented Interfaces:
Interceptor<Message>,PhaseInterceptor<Message>
public class EndpointSelectionInterceptor extends AbstractEndpointSelectionInterceptor
Selects the most appropriate endpoint based on the SOAP version used.
-
-
Constructor Summary
Constructors Constructor Description EndpointSelectionInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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.wsdl.interceptors.AbstractEndpointSelectionInterceptor
handleMessage
-
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
-
selectEndpoint
protected Endpoint selectEndpoint(Message message, Set<Endpoint> eps)
Description copied from class:AbstractEndpointSelectionInterceptorSelect an Endpoint which will be used for the rest of the invocation.- Specified by:
selectEndpointin classAbstractEndpointSelectionInterceptor
-
-