Apache CXF API

org.apache.cxf.transport.http_osgi
Class OsgiTransportFactory

java.lang.Object
  extended by org.apache.cxf.transport.AbstractTransportFactory
      extended by org.apache.cxf.transport.http.AbstractHTTPTransportFactory
          extended by org.apache.cxf.transport.http_osgi.OsgiTransportFactory
All Implemented Interfaces:
DestinationFactory, WSDLEndpointFactory

public class OsgiTransportFactory
extends AbstractHTTPTransportFactory
implements DestinationFactory


Field Summary
 
Fields inherited from class org.apache.cxf.transport.AbstractTransportFactory
bus
 
Constructor Summary
OsgiTransportFactory()
           
 
Method Summary
 Destination getDestination(EndpointInfo endpointInfo)
          Create a destination.
 void setBus(Bus bus)
           
 void setRegistry(OsgiDestinationRegistryIntf registry)
           
 
Methods inherited from class org.apache.cxf.transport.http.AbstractHTTPTransportFactory
configure, configure, createEndpointInfo, createPortExtensors, getUriPrefixes, setActivationNamespaces
 
Methods inherited from class org.apache.cxf.transport.AbstractTransportFactory
getBus, getTransportIds, register, setTransportIds, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.cxf.transport.DestinationFactory
getTransportIds, getUriPrefixes
 

Constructor Detail

OsgiTransportFactory

public OsgiTransportFactory()
Method Detail

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 API

Apache CXF