com.sun.jersey.core.osgi
Class OsgiLocator
java.lang.Object
com.sun.jersey.core.osgi.OsgiLocator
public class OsgiLocator
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
unregister
public static void unregister(String id,
Callable<List<Class>> factory)
register
public static void register(String id,
Callable<List<Class>> factory)
locate
public static Class locate(String factoryId)
locateAll
public static List<Class> locateAll(String factoryId)
Copyright © 2013 Oracle Corporation. All Rights Reserved.