| org.apache.cxf.jaxws.support.JaxWsEndpointImpl
All known Subclasses: org.apache.cxf.jaxws.support.JaxWsClientEndpointImpl,
JaxWsEndpointImpl | public class JaxWsEndpointImpl extends EndpointImpl (Code) | | A JAX-WS specific implementation of the CXF
org.apache.cxf.endpoint.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
org.apache.cxf.binding.Binding .
|
JaxWsEndpointImpl | public JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei) throws EndpointException(Code) | | |
JaxWsEndpointImpl | public JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei, JaxWsImplementorInfo implementorInfo) throws EndpointException(Code) | | |
createJaxwsBinding | final void createJaxwsBinding()(Code) | | |
|
|