Apache CXF API

org.apache.cxf.transport.http_osgi
Class OsgiDestinationRegistry

java.lang.Object
  extended by org.apache.cxf.transport.http_osgi.OsgiDestinationRegistry
All Implemented Interfaces:
OsgiDestinationRegistryIntf

public class OsgiDestinationRegistry
extends Object
implements OsgiDestinationRegistryIntf


Constructor Summary
OsgiDestinationRegistry()
           
 
Method Summary
 void addDestination(String path, OsgiDestination destination)
           
 OsgiDestination getDestinationForPath(String path)
           
 Collection<OsgiDestination> getDestinations()
           
 Set<String> getDestinationsPaths()
           
 void removeDestination(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OsgiDestinationRegistry

public OsgiDestinationRegistry()
Method Detail

addDestination

public void addDestination(String path,
                           OsgiDestination destination)
Specified by:
addDestination in interface OsgiDestinationRegistryIntf

removeDestination

public void removeDestination(String path)
Specified by:
removeDestination in interface OsgiDestinationRegistryIntf

getDestinationForPath

public OsgiDestination getDestinationForPath(String path)
Specified by:
getDestinationForPath in interface OsgiDestinationRegistryIntf

getDestinations

public Collection<OsgiDestination> getDestinations()
Specified by:
getDestinations in interface OsgiDestinationRegistryIntf

getDestinationsPaths

public Set<String> getDestinationsPaths()
Specified by:
getDestinationsPaths in interface OsgiDestinationRegistryIntf

Apache CXF API

Apache CXF