Package org.apache.cxf.endpoint
Interface EndpointImplFactory
- 
- All Known Implementing Classes:
- SimpleEndpointImplFactory
 
 public interface EndpointImplFactoryThis interface defines an object that can create EndpointImpl objects.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EndpointImplnewEndpointImpl(Bus bus, Service service, EndpointInfo endpointInfo)Create an EndpointImpl from a bus, service, and endpoint info.
 
- 
- 
- 
Method Detail- 
newEndpointImplEndpointImpl newEndpointImpl(Bus bus, Service service, EndpointInfo endpointInfo) throws EndpointException Create an EndpointImpl from a bus, service, and endpoint info.- Parameters:
- bus-
- service-
- endpointInfo-
- Throws:
- EndpointException
 
 
- 
 
-