Class JaxWsEndpointImpl

All Implemented Interfaces:
Serializable, ConcurrentMap<String,Object>, Map<String,Object>, Configurable, Endpoint, InterceptorProvider
Direct Known Subclasses:
JaxWsClientEndpointImpl

public class JaxWsEndpointImpl extends 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: