org.apache.cxf.jaxws.support
Class JaxWsClientEndpointImpl
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
org.apache.cxf.jaxws.support.JaxWsClientEndpointImpl
- All Implemented Interfaces:
- Serializable, ConcurrentMap<String,Object>, Map<String,Object>, Configurable, Endpoint, InterceptorProvider
public class JaxWsClientEndpointImpl
- extends JaxWsEndpointImpl
- See Also:
- Serialized Form
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Methods inherited from class org.apache.cxf.endpoint.EndpointImpl |
addCleanupHook, getActiveFeatures, getBeanName, getBinding, getBus, getCleanupHooks, getEndpointInfo, 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 |
JaxWsClientEndpointImpl
public JaxWsClientEndpointImpl(Bus bus,
Service s,
EndpointInfo ei,
ServiceImpl si,
List<WebServiceFeature> wf)
throws EndpointException
- Throws:
EndpointException
getExecutor
public Executor getExecutor()
- Specified by:
getExecutor
in interface Endpoint
- Overrides:
getExecutor
in class EndpointImpl
Apache CXF