Uses of Interface
org.apache.cxf.wsdl11.WSDLEndpointFactory

Packages that use WSDLEndpointFactory
org.apache.cxf.binding.soap   
org.apache.cxf.transport.http   
org.apache.cxf.transport.http_jetty   
org.apache.cxf.transport.servlet   
 

Uses of WSDLEndpointFactory in org.apache.cxf.binding.soap
 

Classes in org.apache.cxf.binding.soap that implement WSDLEndpointFactory
 class SoapTransportFactory
           
 

Uses of WSDLEndpointFactory in org.apache.cxf.transport.http
 

Classes in org.apache.cxf.transport.http that implement WSDLEndpointFactory
 class AbstractHTTPTransportFactory
          As a ConduitInitiator, this class sets up new HTTPConduits for particular endpoints.
 class ClientOnlyHTTPTransportFactory
           
 

Uses of WSDLEndpointFactory in org.apache.cxf.transport.http_jetty
 

Classes in org.apache.cxf.transport.http_jetty that implement WSDLEndpointFactory
 class JettyHTTPTransportFactory
           
 

Uses of WSDLEndpointFactory in org.apache.cxf.transport.servlet
 

Classes in org.apache.cxf.transport.servlet that implement WSDLEndpointFactory
 class ServletTransportFactory
           
 



Apache CXF