Class RuntimeDelegateImpl
java.lang.Object
javax.ws.rs.ext.RuntimeDelegate
org.glassfish.jersey.internal.AbstractRuntimeDelegate
org.glassfish.jersey.server.internal.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
javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<T>
-
Field Summary
Fields inherited from class javax.ws.rs.ext.RuntimeDelegate
JAXRS_RUNTIME_DELEGATE_PROPERTY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> T
createEndpoint
(javax.ws.rs.core.Application application, Class<T> endpointType) Methods inherited from class org.glassfish.jersey.internal.AbstractRuntimeDelegate
createHeaderDelegate, createLinkBuilder, createResponseBuilder, createUriBuilder, createVariantListBuilder
Methods inherited from class javax.ws.rs.ext.RuntimeDelegate
getInstance, setInstance
-
Constructor Details
-
RuntimeDelegateImpl
public RuntimeDelegateImpl()
-
-
Method Details
-
createEndpoint
public <T> T createEndpoint(javax.ws.rs.core.Application application, Class<T> endpointType) throws IllegalArgumentException, UnsupportedOperationException - Specified by:
createEndpoint
in classjavax.ws.rs.ext.RuntimeDelegate
- Throws:
IllegalArgumentException
UnsupportedOperationException
-