Package network.oxalis.ng.as4.inbound
Class As4EndpointSelector
- java.lang.Object
-
- org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
-
- org.apache.cxf.wsdl.interceptors.AbstractEndpointSelectionInterceptor
-
- network.oxalis.ng.as4.inbound.As4EndpointSelector
-
- All Implemented Interfaces:
org.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>,org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
public class As4EndpointSelector extends org.apache.cxf.wsdl.interceptors.AbstractEndpointSelectionInterceptor
-
-
Field Summary
Fields Modifier and Type Field Description static StringENDPOINT_NAMEstatic StringOXALIS_AS4_ENDPOINT_NAME
-
Constructor Summary
Constructors Constructor Description As4EndpointSelector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.cxf.endpoint.EndpointselectEndpoint(org.apache.cxf.message.Message message, Set<org.apache.cxf.endpoint.Endpoint> endpoints)-
Methods inherited from class org.apache.cxf.wsdl.interceptors.AbstractEndpointSelectionInterceptor
handleMessage
-
-
-
-
Field Detail
-
ENDPOINT_NAME
public static final String ENDPOINT_NAME
- See Also:
- Constant Field Values
-
OXALIS_AS4_ENDPOINT_NAME
public static final String OXALIS_AS4_ENDPOINT_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
selectEndpoint
protected org.apache.cxf.endpoint.Endpoint selectEndpoint(org.apache.cxf.message.Message message, Set<org.apache.cxf.endpoint.Endpoint> endpoints)- Specified by:
selectEndpointin classorg.apache.cxf.wsdl.interceptors.AbstractEndpointSelectionInterceptor
-
-