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<javax.xml.ws.WebServiceFeature> wf,
List<AbstractFeature> af,
boolean isFromWsdl) |
JaxWsEndpointImpl(Bus bus,
Service s,
EndpointInfo ei,
List<javax.xml.ws.WebServiceFeature> wf) |
| Modifier and Type | Method and Description |
|---|---|
void |
addHandlerInterceptors() |
List<AbstractFeature> |
getFeatures() |
javax.xml.ws.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, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptorsclear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuestoStringfinalize, 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<javax.xml.ws.WebServiceFeature> wf) throws EndpointException
EndpointExceptionpublic JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei, JaxWsImplementorInfo implementorInfo, List<javax.xml.ws.WebServiceFeature> wf, List<AbstractFeature> af, boolean isFromWsdl) throws EndpointException
EndpointExceptionpublic javax.xml.ws.Binding getJaxwsBinding()
public final void resolveFeatures()
public List<AbstractFeature> getFeatures()
public void addHandlerInterceptors()
public void removeHandlerInterceptors()
Apache CXF