Package org.apache.cxf.jaxws.support
Class JaxWsEndpointImplFactory
java.lang.Object
org.apache.cxf.jaxws.support.JaxWsEndpointImplFactory
- All Implemented Interfaces:
EndpointImplFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EndpointImplFactorynewEndpointImpl(Bus bus, Service service, EndpointInfo endpointInfo) Create an EndpointImpl from a bus, service, and endpoint info.
-
Constructor Details
-
JaxWsEndpointImplFactory
public JaxWsEndpointImplFactory()
-
-
Method Details
-
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
-