Uses of Interface
org.apache.cxf.transport.http_osgi.OsgiDestinationRegistryIntf

Uses of OsgiDestinationRegistryIntf in org.apache.cxf.transport.http_osgi
 

Classes in org.apache.cxf.transport.http_osgi that implement OsgiDestinationRegistryIntf
 class OsgiDestinationRegistry
           
 

Methods in org.apache.cxf.transport.http_osgi that return OsgiDestinationRegistryIntf
 OsgiDestinationRegistryIntf OsgiServlet.getTransport()
           
 

Methods in org.apache.cxf.transport.http_osgi with parameters of type OsgiDestinationRegistryIntf
 void OsgiTransportFactory.setRegistry(OsgiDestinationRegistryIntf registry)
           
 

Constructors in org.apache.cxf.transport.http_osgi with parameters of type OsgiDestinationRegistryIntf
OsgiDestination(org.apache.cxf.Bus b, org.apache.cxf.service.model.EndpointInfo ei, OsgiDestinationRegistryIntf fact, String p)
          Constructor, allowing substitution of configuration.
OsgiServlet(OsgiDestinationRegistryIntf transport)
           
SpringOsgiServlet(OsgiDestinationRegistryIntf transport)
           
 



Apache CXF