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 EndpointImplFactory
EndpointException
public static EndpointImplFactory getSingleton()
Apache CXF