org.apache.cxf.jaxws.support
Class JaxWsEndpointImplFactory

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

public class JaxWsEndpointImplFactory
extends Object
implements org.apache.cxf.endpoint.EndpointImplFactory


Constructor Summary
JaxWsEndpointImplFactory()
           
 
Method Summary
static org.apache.cxf.endpoint.EndpointImplFactory getSingleton()
           
 org.apache.cxf.endpoint.EndpointImpl newEndpointImpl(org.apache.cxf.Bus bus, org.apache.cxf.service.Service service, org.apache.cxf.service.model.EndpointInfo endpointInfo)
          
 
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 org.apache.cxf.endpoint.EndpointImpl newEndpointImpl(org.apache.cxf.Bus bus,
                                                            org.apache.cxf.service.Service service,
                                                            org.apache.cxf.service.model.EndpointInfo endpointInfo)
                                                     throws org.apache.cxf.endpoint.EndpointException

Specified by:
newEndpointImpl in interface org.apache.cxf.endpoint.EndpointImplFactory
Throws:
org.apache.cxf.endpoint.EndpointException

getSingleton

public static org.apache.cxf.endpoint.EndpointImplFactory getSingleton()


Apache CXF