org.apache.cxf.jaxws.support
Class JaxWsEndpointImpl
java.lang.Object
java.util.AbstractMap<K,V>
java.util.concurrent.ConcurrentHashMap<String,Object>
org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
org.apache.cxf.endpoint.EndpointImpl
org.apache.cxf.jaxws.support.JaxWsEndpointImpl
- All Implemented Interfaces:
- Serializable, ConcurrentMap<String,Object>, Map<String,Object>, Configurable, Endpoint, InterceptorProvider
- Direct Known Subclasses:
- JaxWsClientEndpointImpl
public class JaxWsEndpointImpl
- extends EndpointImpl
A JAX-WS specific implementation of the CXF Endpoint
interface.
Extends the interceptor provider functionality of its base class by adding
interceptors in which to execute the JAX-WS handlers.
Creates and owns an implementation of Binding
in addition to the
CXF Binding
.
- See Also:
- Serialized Form
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Constructor Summary |
JaxWsEndpointImpl(Bus bus,
Service s,
EndpointInfo ei)
|
JaxWsEndpointImpl(Bus bus,
Service s,
EndpointInfo ei,
JaxWsImplementorInfo implementorInfo,
List<WebServiceFeature> wf,
List<? extends Feature> af,
boolean isFromWsdl)
|
JaxWsEndpointImpl(Bus bus,
Service s,
EndpointInfo ei,
List<WebServiceFeature> wf)
|
Methods inherited from class org.apache.cxf.endpoint.EndpointImpl |
addCleanupHook, getActiveFeatures, getBeanName, getBinding, getBus, getCleanupHooks, getEndpointInfo, getExecutor, getInFaultObserver, getOutFaultObserver, getService, hashCode, initializeActiveFeatures, setBus, setExecutor, setInFaultObserver, setOutFaultObserver, setProperties |
Methods inherited from class java.util.concurrent.ConcurrentHashMap |
clear, contains, containsKey, containsValue, elements, entrySet, get, isEmpty, keys, keySet, putAll, putIfAbsent, remove, remove, replace, replace, size, values |
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, isEmpty, keySet, put, putAll, remove, size, values |
JaxWsEndpointImpl
public JaxWsEndpointImpl(Bus bus,
Service s,
EndpointInfo ei)
throws EndpointException
- Throws:
EndpointException
JaxWsEndpointImpl
public JaxWsEndpointImpl(Bus bus,
Service s,
EndpointInfo ei,
List<WebServiceFeature> wf)
throws EndpointException
- Throws:
EndpointException
JaxWsEndpointImpl
public JaxWsEndpointImpl(Bus bus,
Service s,
EndpointInfo ei,
JaxWsImplementorInfo implementorInfo,
List<WebServiceFeature> wf,
List<? extends Feature> af,
boolean isFromWsdl)
throws EndpointException
- Throws:
EndpointException
getJaxwsBinding
public Binding getJaxwsBinding()
resolveFeatures
public final void resolveFeatures()
getFeatures
public List<Feature> getFeatures()
addHandlerInterceptors
public void addHandlerInterceptors()
removeHandlerInterceptors
public void removeHandlerInterceptors()
Apache CXF