| Package | Description | 
|---|---|
| org.apache.cxf.endpoint | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract Endpoint | AbstractEndpointFactory. createEndpoint() | 
| EndpointImpl | SimpleEndpointImplFactory. newEndpointImpl(Bus bus,
               Service service,
               EndpointInfo endpointInfo)Create an EndpointImpl from a bus, service, and endpoint info. | 
| EndpointImpl | EndpointImplFactory. newEndpointImpl(Bus bus,
               Service service,
               EndpointInfo endpointInfo)Create an EndpointImpl from a bus, service, and endpoint info. | 
| Constructor and Description | 
|---|
| EndpointImpl(Bus bus,
            Service s,
            EndpointInfo ei) | 
| EndpointImpl(Bus bus,
            Service s,
            QName endpointName) | 
Apache CXF