|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.ws.rs.ext.RuntimeDelegate
org.glassfish.jersey.internal.AbstractRuntimeDelegate
org.glassfish.jersey.server.internal.RuntimeDelegateImpl
public class RuntimeDelegateImpl
Server-side implementation of JAX-RS RuntimeDelegate.
This overrides the default implementation of RuntimeDelegate from
jersey-common which does not implement createEndpoint(javax.ws.rs.core.Application, java.lang.Class)
method.
| 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 org.glassfish.jersey.internal.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 | |||||||||