Apache CXF API

org.apache.cxf.jaxws.support
Class JaxWsEndpointImplFactory

java.lang.Object
  extended by org.apache.cxf.jaxws.support.JaxWsEndpointImplFactory
All Implemented Interfaces:
EndpointImplFactory

public class JaxWsEndpointImplFactory
extends Object
implements EndpointImplFactory


Constructor Summary
JaxWsEndpointImplFactory()
           
 
Method Summary
static EndpointImplFactory getSingleton()
           
 EndpointImpl newEndpointImpl(Bus bus, Service service, EndpointInfo endpointInfo)
          Create an EndpointImpl from a bus, service, and endpoint info.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxWsEndpointImplFactory

public JaxWsEndpointImplFactory()
Method Detail

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
Returns:
Throws:
EndpointException

getSingleton

public static EndpointImplFactory getSingleton()

Apache CXF API

Apache CXF