org.apache.cxf.jaxws.support
Class JaxWsEndpointImplFactory
java.lang.Object
org.apache.cxf.jaxws.support.JaxWsEndpointImplFactory
- All Implemented Interfaces:
- EndpointImplFactory
public class JaxWsEndpointImplFactory
- extends Object
- implements EndpointImplFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxWsEndpointImplFactory
public JaxWsEndpointImplFactory()
newEndpointImpl
public EndpointImpl newEndpointImpl(Bus bus,
Service service,
EndpointInfo endpointInfo)
throws EndpointException
- Create an EndpointImpl from a bus, service, and endpoint info.
- Specified by:
newEndpointImpl
in interface EndpointImplFactory
- Throws:
EndpointException
getSingleton
public static EndpointImplFactory getSingleton()
Apache CXF