Class RuntimeDelegate


  • public abstract class RuntimeDelegate
    extends Object
    Implementations of JAX-RS provide a concrete subclass of RuntimeDelegate and various JAX-RS API methods defer to methods of RuntimeDelegate for their functionality. Regular users of JAX-RS are not expected to use this class directly and overriding an implementation of this class with a user supplied subclass may cause unexpected behavior.
    Since:
    1.0
    Author:
    Paul Sandoz, Marc Hadley