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, setProperties
equals, getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
toString
finalize, getClass, notify, notifyAll, wait, wait, wait
clear, containsKey, containsValue, entrySet, equals, get, isEmpty, keySet, put, putAll, remove, 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<javax.xml.ws.WebServiceFeature> wf) throws EndpointException
EndpointException
public JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei, JaxWsImplementorInfo implementorInfo, List<javax.xml.ws.WebServiceFeature> wf, List<AbstractFeature> af, boolean isFromWsdl) throws EndpointException
EndpointException
public javax.xml.ws.Binding getJaxwsBinding()
public final void resolveFeatures()
public List<AbstractFeature> getFeatures()
public void addHandlerInterceptors()
public void removeHandlerInterceptors()
Apache CXF