Class RuntimeDelegateImpl


  • @Deprecated
    public class RuntimeDelegateImpl
    extends javax.ws.rs.ext.RuntimeDelegate
    Deprecated.
    Will be removed in next minor release.
    Implementation of abstract JAX-RS class RuntimeDelegate.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class javax.ws.rs.ext.RuntimeDelegate

        javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<T extends java.lang.Object>
    • Field Summary

      • Fields inherited from class javax.ws.rs.ext.RuntimeDelegate

        JAXRS_RUNTIME_DELEGATE_PROPERTY
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      <T> T createEndpoint​(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.HeaderDelegate createHeaderDelegate​(java.lang.Class<T> type)
      Deprecated.
      Obtain an instance of a HeaderDelegate for the supplied class.
      javax.ws.rs.core.Response.ResponseBuilder createResponseBuilder()
      Deprecated.
       
      javax.ws.rs.core.UriBuilder createUriBuilder()
      Deprecated.
       
      javax.ws.rs.core.Variant.VariantListBuilder createVariantListBuilder()
      Deprecated.
       
      • 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

      • RuntimeDelegateImpl

        public RuntimeDelegateImpl()
        Deprecated.
    • Method Detail

      • createEndpoint

        public <T> T createEndpoint​(javax.ws.rs.core.Application application,
                                    java.lang.Class<T> endpointType)
                             throws java.lang.UnsupportedOperationException
        Deprecated.
        This method is not supported by this implementation.
        Specified by:
        createEndpoint in class javax.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.IllegalArgumentException
        Deprecated.
        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:
        createHeaderDelegate in class javax.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:
        createResponseBuilder in class javax.ws.rs.ext.RuntimeDelegate
        See Also:
        RuntimeDelegate.createResponseBuilder()
      • createUriBuilder

        public javax.ws.rs.core.UriBuilder createUriBuilder()
        Deprecated.
        Specified by:
        createUriBuilder in class javax.ws.rs.ext.RuntimeDelegate
        See Also:
        RuntimeDelegate.createUriBuilder()
      • createVariantListBuilder

        public javax.ws.rs.core.Variant.VariantListBuilder createVariantListBuilder()
        Deprecated.
        Specified by:
        createVariantListBuilder in class javax.ws.rs.ext.RuntimeDelegate
        See Also:
        RuntimeDelegate.createVariantListBuilder()