Class EndpointSelectionInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
org.apache.cxf.wsdl.interceptors.AbstractEndpointSelectionInterceptor
org.apache.cxf.binding.soap.interceptor.EndpointSelectionInterceptor
- Record Components:
message-eps-
- All Implemented Interfaces:
Interceptor<Message>,PhaseInterceptor<Message>
Selects the most appropriate endpoint based on the SOAP version used.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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
handleMessageMethods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
-
Constructor Details
-
EndpointSelectionInterceptor
public EndpointSelectionInterceptor()
-
-
Method Details
-
selectEndpoint
Description copied from class:AbstractEndpointSelectionInterceptorSelect an Endpoint which will be used for the rest of the invocation.- Specified by:
selectEndpointin classAbstractEndpointSelectionInterceptor
-