com.sun.jersey.core.osgi
Class OsgiLocator

java.lang.Object
  extended by com.sun.jersey.core.osgi.OsgiLocator

public class OsgiLocator
extends Object


Method Summary
static Class locate(String factoryId)
           
static List<Class> locateAll(String factoryId)
           
static void register(String id, Callable<List<Class>> factory)
           
static void unregister(String id, Callable<List<Class>> factory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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 © 2011 Oracle Corporation. All Rights Reserved.