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.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() |
getActiveFeatures, getBeanName, getBinding, getBus, 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, waitpublic 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