Uses of Class
javax.ws.rs.ext.RuntimeDelegate

Packages that use RuntimeDelegate
com.sun.jersey.core.spi.factory Provides support for factories of particular component types. 
com.sun.ws.rs.ext   
javax.ws.rs.ext APIs that provide extensions to the types supported by the JAX-RS API. 
 

Uses of RuntimeDelegate in com.sun.jersey.core.spi.factory
 

Subclasses of RuntimeDelegate in com.sun.jersey.core.spi.factory
 class AbstractRuntimeDelegate
          An abstract implementation of RuntimeDelegate that provides support common to the client and server.
 

Uses of RuntimeDelegate in com.sun.ws.rs.ext
 

Subclasses of RuntimeDelegate in com.sun.ws.rs.ext
 class RuntimeDelegateImpl
          A default client-based and hardcoded implementation of RuntimeDelegate that will be instantiated if all look up mechanisms fail to find an instance.
 

Uses of RuntimeDelegate in javax.ws.rs.ext
 

Methods in javax.ws.rs.ext that return RuntimeDelegate
static RuntimeDelegate RuntimeDelegate.getInstance()
          Obtain a RuntimeDelegate instance.
 

Methods in javax.ws.rs.ext with parameters of type RuntimeDelegate
static void RuntimeDelegate.setInstance(RuntimeDelegate rd)
          Set the runtime delegate that will be used by JAX-RS classes.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.