Uses of Interface
org.apache.cxf.endpoint.EndpointImplFactory
Packages that use EndpointImplFactory
-
Uses of EndpointImplFactory in org.apache.cxf.endpoint
Classes in org.apache.cxf.endpoint that implement EndpointImplFactoryModifier and TypeClassDescriptionclass
Create ordinary EndpointImpl objects.Methods in org.apache.cxf.endpoint that return EndpointImplFactoryModifier and TypeMethodDescriptionstatic EndpointImplFactory
SimpleEndpointImplFactory.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 EndpointImplFactoryModifierConstructorDescriptionClientImpl
(Bus bus, Service svc, QName port, EndpointImplFactory endpointImplFactory) Create a Client that uses a specific EndpointImpl.