|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.ws.rs.ext.RuntimeDelegate
com.sun.jersey.core.spi.factory.AbstractRuntimeDelegate
com.sun.ws.rs.ext.RuntimeDelegateImpl
public 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.
A hardcoded reference to this class name occurs in the RuntimeDelegate
class present in the JAX-RS api jar.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.ws.rs.ext.RuntimeDelegate |
|---|
RuntimeDelegate.HeaderDelegate<T> |
| Field Summary |
|---|
| Fields inherited from class javax.ws.rs.ext.RuntimeDelegate |
|---|
JAXRS_RUNTIME_DELEGATE_PROPERTY |
| Constructor Summary | |
|---|---|
RuntimeDelegateImpl()
|
|
| Method Summary | ||
|---|---|---|
|
createEndpoint(Application application,
java.lang.Class<T> endpointType)
|
|
| Methods inherited from class com.sun.jersey.core.spi.factory.AbstractRuntimeDelegate |
|---|
createHeaderDelegate, createResponseBuilder, createUriBuilder, createVariantListBuilder |
| Methods inherited from class javax.ws.rs.ext.RuntimeDelegate |
|---|
getInstance, setInstance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RuntimeDelegateImpl()
| Method Detail |
|---|
public <T> T createEndpoint(Application application,
java.lang.Class<T> endpointType)
throws java.lang.IllegalArgumentException,
java.lang.UnsupportedOperationException
createEndpoint in class RuntimeDelegatejava.lang.IllegalArgumentException
java.lang.UnsupportedOperationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||