Class RuntimeDelegateImpl
- java.lang.Object
-
- javax.ws.rs.ext.RuntimeDelegate
-
- org.restlet.ext.jaxrs.internal.spi.RuntimeDelegateImpl
-
@Deprecated public class RuntimeDelegateImpl extends javax.ws.rs.ext.RuntimeDelegateDeprecated.Will be removed in next minor release.Implementation of abstract JAX-RS classRuntimeDelegate.
-
-
Constructor Summary
Constructors Constructor Description RuntimeDelegateImpl()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description <T> TcreateEndpoint(javax.ws.rs.core.Application application, java.lang.Class<T> endpointType)Deprecated.This method is not supported by this implementation.<T> javax.ws.rs.ext.RuntimeDelegate.HeaderDelegatecreateHeaderDelegate(java.lang.Class<T> type)Deprecated.Obtain an instance of a HeaderDelegate for the supplied class.javax.ws.rs.core.Response.ResponseBuildercreateResponseBuilder()Deprecated.javax.ws.rs.core.UriBuildercreateUriBuilder()Deprecated.javax.ws.rs.core.Variant.VariantListBuildercreateVariantListBuilder()Deprecated.
-
-
-
Method Detail
-
createEndpoint
public <T> T createEndpoint(javax.ws.rs.core.Application application, java.lang.Class<T> endpointType) throws java.lang.UnsupportedOperationExceptionDeprecated.This method is not supported by this implementation.- Specified by:
createEndpointin classjavax.ws.rs.ext.RuntimeDelegate- Throws:
java.lang.UnsupportedOperationException- ever.
-
createHeaderDelegate
public <T> javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate createHeaderDelegate(java.lang.Class<T> type) throws java.lang.IllegalArgumentExceptionDeprecated.Obtain an instance of a HeaderDelegate for the supplied class. An implementation is required to support the following values for type: Cookie, CacheControl, EntityTag, NewCookie, MediaType, Date.- Specified by:
createHeaderDelegatein classjavax.ws.rs.ext.RuntimeDelegate- Parameters:
type- the class of the header- Returns:
- an instance of HeaderDelegate for the supplied type
- Throws:
java.lang.IllegalArgumentException- See Also:
RuntimeDelegate.createHeaderDelegate(Class)
-
createResponseBuilder
public javax.ws.rs.core.Response.ResponseBuilder createResponseBuilder()
Deprecated.- Specified by:
createResponseBuilderin classjavax.ws.rs.ext.RuntimeDelegate- See Also:
RuntimeDelegate.createResponseBuilder()
-
createUriBuilder
public javax.ws.rs.core.UriBuilder createUriBuilder()
Deprecated.- Specified by:
createUriBuilderin classjavax.ws.rs.ext.RuntimeDelegate- See Also:
RuntimeDelegate.createUriBuilder()
-
createVariantListBuilder
public javax.ws.rs.core.Variant.VariantListBuilder createVariantListBuilder()
Deprecated.- Specified by:
createVariantListBuilderin classjavax.ws.rs.ext.RuntimeDelegate- See Also:
RuntimeDelegate.createVariantListBuilder()
-
-