Package 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
-
-
Constructor Summary
Constructors Constructor Description JaxWsEndpointImplFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EndpointImplFactorygetSingleton()EndpointImplnewEndpointImpl(Bus bus, Service service, EndpointInfo endpointInfo)Create an EndpointImpl from a bus, service, and endpoint info.
-
-
-
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:
newEndpointImplin interfaceEndpointImplFactory- Throws:
EndpointException
-
getSingleton
public static EndpointImplFactory getSingleton()
-
-