public class JaxWsEndpointImpl
extends org.apache.cxf.endpoint.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.ConcurrentHashMap.KeySetView<K,V>AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
JaxWsEndpointImpl(org.apache.cxf.Bus bus,
org.apache.cxf.service.Service s,
org.apache.cxf.service.model.EndpointInfo ei) |
JaxWsEndpointImpl(org.apache.cxf.Bus bus,
org.apache.cxf.service.Service s,
org.apache.cxf.service.model.EndpointInfo ei,
JaxWsImplementorInfo implementorInfo,
List<WebServiceFeature> wf,
List<? extends org.apache.cxf.feature.Feature> af,
boolean isFromWsdl) |
JaxWsEndpointImpl(org.apache.cxf.Bus bus,
org.apache.cxf.service.Service s,
org.apache.cxf.service.model.EndpointInfo ei,
List<WebServiceFeature> wf) |
| Modifier and Type | Method and Description |
|---|---|
void |
addHandlerInterceptors() |
List<org.apache.cxf.feature.Feature> |
getFeatures() |
Binding |
getJaxwsBinding() |
void |
removeHandlerInterceptors() |
void |
resolveFeatures() |
addCleanupHook, equals, getActiveFeatures, getBeanName, getBinding, getBus, getCleanupHooks, getEndpointInfo, getExecutor, getInFaultObserver, getOutFaultObserver, getService, hashCode, initializeActiveFeatures, setBus, setExecutor, setInFaultObserver, setOutFaultObserver, setPropertiesgetInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, put, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptorsclear, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, forEach, forEach, forEach, forEachEntry, forEachEntry, forEachKey, forEachKey, forEachValue, forEachValue, get, getOrDefault, isEmpty, keys, keySet, keySet, mappingCount, merge, newKeySet, newKeySet, putAll, putIfAbsent, reduce, reduceEntries, reduceEntries, reduceEntriesToDouble, reduceEntriesToInt, reduceEntriesToLong, reduceKeys, reduceKeys, reduceKeysToDouble, reduceKeysToInt, reduceKeysToLong, reduceToDouble, reduceToInt, reduceToLong, reduceValues, reduceValues, reduceValuesToDouble, reduceValuesToInt, reduceValuesToLong, remove, remove, replace, replace, replaceAll, search, searchEntries, searchKeys, searchValues, size, toString, valuesclonefinalize, getClass, notify, notifyAll, wait, wait, waitclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic JaxWsEndpointImpl(org.apache.cxf.Bus bus,
org.apache.cxf.service.Service s,
org.apache.cxf.service.model.EndpointInfo ei)
throws org.apache.cxf.endpoint.EndpointException
org.apache.cxf.endpoint.EndpointExceptionpublic JaxWsEndpointImpl(org.apache.cxf.Bus bus,
org.apache.cxf.service.Service s,
org.apache.cxf.service.model.EndpointInfo ei,
List<WebServiceFeature> wf)
throws org.apache.cxf.endpoint.EndpointException
org.apache.cxf.endpoint.EndpointExceptionpublic JaxWsEndpointImpl(org.apache.cxf.Bus bus,
org.apache.cxf.service.Service s,
org.apache.cxf.service.model.EndpointInfo ei,
JaxWsImplementorInfo implementorInfo,
List<WebServiceFeature> wf,
List<? extends org.apache.cxf.feature.Feature> af,
boolean isFromWsdl)
throws org.apache.cxf.endpoint.EndpointException
org.apache.cxf.endpoint.EndpointExceptionpublic Binding getJaxwsBinding()
public final void resolveFeatures()
public List<org.apache.cxf.feature.Feature> getFeatures()
public void addHandlerInterceptors()
public void removeHandlerInterceptors()
Apache CXF