Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRuntimeDelegate
An abstract implementation of
RuntimeDelegate that
provides support common to the client and server. |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
static RuntimeDelegate |
RuntimeDelegate.getInstance()
Obtain a RuntimeDelegate instance.
|
Modifier and Type | Method and Description |
---|---|
static void |
RuntimeDelegate.setInstance(RuntimeDelegate rd)
Set the runtime delegate that will be used by JAX-RS classes.
|
Copyright © 2016 Oracle Corporation. All Rights Reserved.