Apache CXF API

Uses of Interface
org.apache.cxf.endpoint.EndpointImplFactory

Packages that use EndpointImplFactory
org.apache.cxf.endpoint Client and Server related classes. 
org.apache.cxf.endpoint.dynamic   
org.apache.cxf.jaxws.endpoint.dynamic   
org.apache.cxf.jaxws.support   
 

Uses of EndpointImplFactory in org.apache.cxf.endpoint
 

Classes in org.apache.cxf.endpoint that implement EndpointImplFactory
 class SimpleEndpointImplFactory
          Create ordinary EndpointImpl objects.
 

Methods in org.apache.cxf.endpoint that return EndpointImplFactory
static EndpointImplFactory SimpleEndpointImplFactory.getSingleton()
          Avoid the need to contruct these objects over and over in cases where the code knows that it needs the basic case.
 

Constructors in org.apache.cxf.endpoint with parameters of type EndpointImplFactory
ClientImpl(Bus bus, Service svc, QName port, EndpointImplFactory endpointImplFactory)
          Create a Client that uses a specific EndpointImpl.
ClientImpl(Bus bus, URL wsdlUrl, QName service, QName port, EndpointImplFactory endpointImplFactory)
          Create a Client that uses a specific EndpointImpl.
 

Uses of EndpointImplFactory in org.apache.cxf.endpoint.dynamic
 

Methods in org.apache.cxf.endpoint.dynamic that return EndpointImplFactory
protected  EndpointImplFactory DynamicClientFactory.getEndpointImplFactory()
           
 

Uses of EndpointImplFactory in org.apache.cxf.jaxws.endpoint.dynamic
 

Methods in org.apache.cxf.jaxws.endpoint.dynamic that return EndpointImplFactory
protected  EndpointImplFactory JaxWsDynamicClientFactory.getEndpointImplFactory()
           
 

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

Classes in org.apache.cxf.jaxws.support that implement EndpointImplFactory
 class JaxWsEndpointImplFactory
           
 

Methods in org.apache.cxf.jaxws.support that return EndpointImplFactory
static EndpointImplFactory JaxWsEndpointImplFactory.getSingleton()
           
 


Apache CXF API

Apache CXF