org.apache.cxf.transport.http_osgi
Class OsgiDestinationRegistry
java.lang.Object
org.apache.cxf.transport.http_osgi.OsgiDestinationRegistry
- All Implemented Interfaces:
- OsgiDestinationRegistryIntf
public class OsgiDestinationRegistry
- extends Object
- implements OsgiDestinationRegistryIntf
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OsgiDestinationRegistry
public OsgiDestinationRegistry()
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