|
||||||||||
| 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
com.sun.ws.rs.ext.RuntimeDelegateImpl
public class RuntimeDelegateImpl
Default implementation of JAX-RS RuntimeDelegate.
The RuntimeDelegate class looks for the implementations registered
in META-INF/services. If no such implementation is found, this one is picked
as the default. Server module should override this (using META-INF/services)
to provide an implementation that supports 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 | |||||||||