public class JaxWsEndpointImpl extends EndpointImpl
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.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
addHandlerInterceptors() |
List<Feature> |
getFeatures() |
Binding |
getJaxwsBinding() |
void |
removeHandlerInterceptors() |
void |
resolveFeatures() |
addCleanupHook, getActiveFeatures, getBeanName, getBinding, getBus, getCleanupHooks, getEndpointInfo, getExecutor, getInFaultObserver, getOutFaultObserver, getService, hashCode, initializeActiveFeatures, setBus, setExecutor, setInFaultObserver, setOutFaultObserver, setPropertiesequals, getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, put, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptorsclear, contains, containsKey, containsValue, elements, entrySet, get, isEmpty, keys, keySet, putAll, putIfAbsent, remove, remove, replace, replace, size, valuesclone, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitclear, containsKey, containsValue, entrySet, equals, get, isEmpty, keySet, put, putAll, remove, size, valuesgetInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptorspublic JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei) throws EndpointException
EndpointExceptionpublic JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei, List<WebServiceFeature> wf) throws EndpointException
EndpointExceptionpublic JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei, JaxWsImplementorInfo implementorInfo, List<WebServiceFeature> wf, List<? extends Feature> af, boolean isFromWsdl) throws EndpointException
EndpointExceptionApache CXF