Class AbstractRequestHandler

java.lang.Object
org.forgerock.json.resource.AbstractRequestHandler
All Implemented Interfaces:
RequestHandler

@Deprecated public abstract class AbstractRequestHandler extends Object implements RequestHandler
Deprecated.
RequestHandler now has default methods which implement the not-supported behavior. This class is here for transition from pre-JDK8 impelementations.
An abstract base class from which request handlers may be easily implemented. The default implementation of each method is to return a NotSupportedException.
  • Constructor Details

    • AbstractRequestHandler

      protected AbstractRequestHandler()
      Deprecated.
      Creates a new abstract request handler.