org.apache.cxf.jaxws.support
Class JaxWsEndpointImpl
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<java.lang.String,java.lang.Object>
org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
org.apache.cxf.endpoint.EndpointImpl
org.apache.cxf.jaxws.support.JaxWsEndpointImpl
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>, org.apache.cxf.configuration.Configurable, org.apache.cxf.endpoint.Endpoint, org.apache.cxf.interceptor.InterceptorProvider
- Direct Known Subclasses:
- JaxWsClientEndpointImpl
public class JaxWsEndpointImpl
- extends org.apache.cxf.endpoint.EndpointImpl
A JAX-WS specific implementation of the CXF 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.
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from interface java.util.Map |
java.util.Map.Entry<K,V> |
|
Constructor Summary |
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,
java.util.List<javax.xml.ws.WebServiceFeature> wf,
java.util.List<org.apache.cxf.feature.AbstractFeature> af,
boolean isFromWsdl)
|
JaxWsEndpointImpl(org.apache.cxf.Bus bus,
org.apache.cxf.service.Service s,
org.apache.cxf.service.model.EndpointInfo ei,
java.util.List<javax.xml.ws.WebServiceFeature> wf)
|
| Methods inherited from class org.apache.cxf.endpoint.EndpointImpl |
getActiveFeatures, getBeanName, getBinding, getBus, getEndpointInfo, getExecutor, getInFaultObserver, getOutFaultObserver, getService, initializeActiveFeatures, setBus, setExecutor, setInFaultObserver, setOutFaultObserver, setProperties |
| Methods inherited from class org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider |
equals, getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, hashCode, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors |
| Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from interface org.apache.cxf.interceptor.InterceptorProvider |
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors |
JaxWsEndpointImpl
public 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
- Throws:
org.apache.cxf.endpoint.EndpointException
JaxWsEndpointImpl
public JaxWsEndpointImpl(org.apache.cxf.Bus bus,
org.apache.cxf.service.Service s,
org.apache.cxf.service.model.EndpointInfo ei,
java.util.List<javax.xml.ws.WebServiceFeature> wf)
throws org.apache.cxf.endpoint.EndpointException
- Throws:
org.apache.cxf.endpoint.EndpointException
JaxWsEndpointImpl
public JaxWsEndpointImpl(org.apache.cxf.Bus bus,
org.apache.cxf.service.Service s,
org.apache.cxf.service.model.EndpointInfo ei,
JaxWsImplementorInfo implementorInfo,
java.util.List<javax.xml.ws.WebServiceFeature> wf,
java.util.List<org.apache.cxf.feature.AbstractFeature> af,
boolean isFromWsdl)
throws org.apache.cxf.endpoint.EndpointException
- Throws:
org.apache.cxf.endpoint.EndpointException
getJaxwsBinding
public javax.xml.ws.Binding getJaxwsBinding()
resolveFeatures
public final void resolveFeatures()
Apache CXF