org.apache.cxf.jaxws.support
Class JaxWsClientEndpointImpl
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<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, Cloneable, 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 |
getActiveFeatures, getBeanName, getBinding, getBus, getEndpointInfo, getInFaultObserver, getOutFaultObserver, getService, hashCode, initializeActiveFeatures, setBus, setExecutor, setInFaultObserver, setOutFaultObserver, setProperties |
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, 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,
javax.xml.ws.WebServiceFeature... wf)
throws EndpointException
- Throws:
EndpointException
getExecutor
public Executor getExecutor()
- Specified by:
getExecutor
in interface Endpoint
- Overrides:
getExecutor
in class EndpointImpl
Apache CXF