public class JaxWsEndpointImplFactory extends Object implements EndpointImplFactory
| Constructor and Description |
|---|
JaxWsEndpointImplFactory() |
| Modifier and Type | Method and Description |
|---|---|
static EndpointImplFactory |
getSingleton() |
EndpointImpl |
newEndpointImpl(Bus bus,
Service service,
EndpointInfo endpointInfo)
Create an EndpointImpl from a bus, service, and endpoint info.
|
public EndpointImpl newEndpointImpl(Bus bus, Service service, EndpointInfo endpointInfo) throws EndpointException
newEndpointImpl in interface EndpointImplFactoryEndpointExceptionpublic static EndpointImplFactory getSingleton()
Apache CXF