public class SimpleEndpointImplFactory extends Object implements EndpointImplFactory
Constructor and Description |
---|
SimpleEndpointImplFactory() |
Modifier and Type | Method and Description |
---|---|
static EndpointImplFactory |
getSingleton()
Avoid the need to construct these objects over and over
in cases where the code knows that it needs the basic
case.
|
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 EndpointImplFactory
EndpointException
public static EndpointImplFactory getSingleton()
Apache CXF