Uses of Interface
org.apache.cxf.endpoint.EndpointImplFactory
-
Packages that use EndpointImplFactory Package Description org.apache.cxf.endpoint 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 Modifier and Type Class Description classSimpleEndpointImplFactoryCreate ordinary EndpointImpl objects.Methods in org.apache.cxf.endpoint that return EndpointImplFactory Modifier and Type Method Description static EndpointImplFactorySimpleEndpointImplFactory. getSingleton()Avoid the need to construct 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 Constructor Description ClientImpl(Bus bus, Service svc, 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 Modifier and Type Method Description protected EndpointImplFactoryDynamicClientFactory. getEndpointImplFactory() -
Uses of EndpointImplFactory in org.apache.cxf.jaxws.endpoint.dynamic
Methods in org.apache.cxf.jaxws.endpoint.dynamic that return EndpointImplFactory Modifier and Type Method Description protected EndpointImplFactoryJaxWsDynamicClientFactory. getEndpointImplFactory() -
Uses of EndpointImplFactory in org.apache.cxf.jaxws.support
Classes in org.apache.cxf.jaxws.support that implement EndpointImplFactory Modifier and Type Class Description classJaxWsEndpointImplFactoryMethods in org.apache.cxf.jaxws.support that return EndpointImplFactory Modifier and Type Method Description static EndpointImplFactoryJaxWsEndpointImplFactory. getSingleton()
-