Uses of Class
com.sun.ws.rest.spi.service.ComponentProvider.Scope

Packages that use ComponentProvider.Scope
com.sun.ws.rest.spi.service Classes used by the SPIs to support dynamic extensions. 
 

Uses of ComponentProvider.Scope in com.sun.ws.rest.spi.service
 

Methods in com.sun.ws.rest.spi.service that return ComponentProvider.Scope
static ComponentProvider.Scope ComponentProvider.Scope.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ComponentProvider.Scope[] ComponentProvider.Scope.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.sun.ws.rest.spi.service with parameters of type ComponentProvider.Scope
<T> T
ComponentProvider.getInstance(ComponentProvider.Scope scope, java.lang.Class<T> c)
          Get the instance of a class.
<T> T
ComponentProvider.getInstance(ComponentProvider.Scope scope, java.lang.reflect.Constructor<T> contructor, java.lang.Object[] parameters)
          Get the instance of a class using a constructor and a corresponding array of parameter values.