Package org.apache.cxf.endpoint
Class SimpleEndpointImplFactory
java.lang.Object
org.apache.cxf.endpoint.SimpleEndpointImplFactory
- All Implemented Interfaces:
- EndpointImplFactory
Create ordinary EndpointImpl objects.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic EndpointImplFactoryAvoid the need to construct these objects over and over in cases where the code knows that it needs the basic case.newEndpointImpl(Bus bus, Service service, EndpointInfo endpointInfo) Create an EndpointImpl from a bus, service, and endpoint info.
- 
Constructor Details- 
SimpleEndpointImplFactorypublic SimpleEndpointImplFactory()
 
- 
- 
Method Details- 
newEndpointImplpublic EndpointImpl newEndpointImpl(Bus bus, Service service, EndpointInfo endpointInfo) throws EndpointException Create an EndpointImpl from a bus, service, and endpoint info.- Specified by:
- newEndpointImplin interface- EndpointImplFactory
- Throws:
- EndpointException
 
- 
getSingletonAvoid the need to construct these objects over and over in cases where the code knows that it needs the basic case.
 
-