Apache CXF API

Uses of Class
org.apache.cxf.jaxws.support.JaxWsEndpointImpl

Packages that use JaxWsEndpointImpl
org.apache.cxf.jaxws   
org.apache.cxf.jaxws.binding   
org.apache.cxf.jaxws.binding.http   
org.apache.cxf.jaxws.binding.soap   
org.apache.cxf.jaxws.support   
 

Uses of JaxWsEndpointImpl in org.apache.cxf.jaxws
 

Constructors in org.apache.cxf.jaxws with parameters of type JaxWsEndpointImpl
EndpointReferenceBuilder(JaxWsEndpointImpl e)
           
 

Uses of JaxWsEndpointImpl in org.apache.cxf.jaxws.binding
 

Constructors in org.apache.cxf.jaxws.binding with parameters of type JaxWsEndpointImpl
AbstractBindingImpl(JaxWsEndpointImpl imp)
           
DefaultBindingImpl(JaxWsEndpointImpl endpoint)
           
 

Uses of JaxWsEndpointImpl in org.apache.cxf.jaxws.binding.http
 

Constructors in org.apache.cxf.jaxws.binding.http with parameters of type JaxWsEndpointImpl
HTTPBindingImpl(BindingInfo sb, JaxWsEndpointImpl ep)
           
 

Uses of JaxWsEndpointImpl in org.apache.cxf.jaxws.binding.soap
 

Constructors in org.apache.cxf.jaxws.binding.soap with parameters of type JaxWsEndpointImpl
SOAPBindingImpl(BindingInfo sb, JaxWsEndpointImpl endpoint)
           
 

Uses of JaxWsEndpointImpl in org.apache.cxf.jaxws.support
 

Subclasses of JaxWsEndpointImpl in org.apache.cxf.jaxws.support
 class JaxWsClientEndpointImpl
           
 


Apache CXF API

Apache CXF