Uses of Class
org.apache.cxf.endpoint.EndpointImpl

Packages that use EndpointImpl
org.apache.cxf.endpoint   
 

Uses of EndpointImpl in org.apache.cxf.endpoint
 

Methods in org.apache.cxf.endpoint that return EndpointImpl
 EndpointImpl EndpointImplFactory.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.
 EndpointImpl SimpleEndpointImplFactory.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.
 



Apache CXF