org.apache.cxf.endpoint
Class SimpleEndpointImplFactory
java.lang.Object
org.apache.cxf.endpoint.SimpleEndpointImplFactory
- All Implemented Interfaces:
- EndpointImplFactory
public class SimpleEndpointImplFactory
- extends Object
- implements EndpointImplFactory
Create ordinary EndpointImpl objects.
|
Method Summary |
static EndpointImplFactory |
getSingleton()
Avoid the need to contruct these objects over and over
in cases where the code knows that it needs the basic
case. |
EndpointImpl |
newEndpointImpl(org.apache.cxf.Bus bus,
org.apache.cxf.service.Service service,
org.apache.cxf.service.model.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 |
SimpleEndpointImplFactory
public SimpleEndpointImplFactory()
newEndpointImpl
public EndpointImpl newEndpointImpl(org.apache.cxf.Bus bus,
org.apache.cxf.service.Service service,
org.apache.cxf.service.model.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()
- Avoid the need to contruct these objects over and over
in cases where the code knows that it needs the basic
case.
- Returns:
Apache CXF