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
.ConcurrentHashMap.KeySetView<K,V>
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, equals, getActiveFeatures, getBeanName, getBinding, getBus, getCleanupHooks, getEndpointInfo, getExecutor, getInFaultObserver, getOutFaultObserver, getService, hashCode, initializeActiveFeatures, setBus, setExecutor, setInFaultObserver, setOutFaultObserver, setProperties
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, put, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors
clear, 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, values
clone
finalize, getClass, notify, notifyAll, wait, wait, wait
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors
public JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei) throws EndpointException
EndpointException
public JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei, List<WebServiceFeature> wf) throws EndpointException
EndpointException
public JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei, JaxWsImplementorInfo implementorInfo, List<WebServiceFeature> wf, List<? extends Feature> af, boolean isFromWsdl) throws EndpointException
EndpointException
Apache CXF