org.apache.cxf.endpoint
Interface EndpointImplFactory

All Known Implementing Classes:
SimpleEndpointImplFactory

public interface EndpointImplFactory

This interface defines an object that can create EndpointImpl objects.


Method Summary
 EndpointImpl newEndpointImpl(org.apache.cxf.Bus bus, org.apache.cxf.service.Service service, org.apache.cxf.service.model.EndpointInfo endpointInfo)
          Create an EndpointImpl from a bus, service, and endpoint info.
 

Method Detail

newEndpointImpl

EndpointImpl newEndpointImpl(org.apache.cxf.Bus bus,
                             org.apache.cxf.service.Service service,
                             org.apache.cxf.service.model.EndpointInfo endpointInfo)
                             throws EndpointException
Create an EndpointImpl from a bus, service, and endpoint info.

Parameters:
bus -
service -
endpointInfo -
Returns:
Throws:
EndpointException


Apache CXF