org.apache.cxf.transport.http_osgi
Class OsgiTransportFactory
java.lang.Object
org.apache.cxf.transport.AbstractTransportFactory
org.apache.cxf.transport.http.AbstractHTTPTransportFactory
org.apache.cxf.transport.http_osgi.OsgiTransportFactory
- All Implemented Interfaces:
- DestinationFactory, WSDLEndpointFactory
public class OsgiTransportFactory
- extends AbstractHTTPTransportFactory
- implements DestinationFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OsgiTransportFactory
public OsgiTransportFactory()
setRegistry
public void setRegistry(OsgiDestinationRegistryIntf registry)
getDestination
public Destination getDestination(EndpointInfo endpointInfo)
throws IOException
- Description copied from interface:
DestinationFactory
- Create a destination.
- Specified by:
getDestination
in interface DestinationFactory
- Parameters:
endpointInfo
- the endpoint info of the destination.
- Returns:
- the created Destination.
- Throws:
IOException
setBus
public void setBus(Bus bus)
- Overrides:
setBus
in class AbstractTransportFactory
Apache CXF