Package org.forgerock.json.resource
Class AbstractRequestHandler
java.lang.Object
org.forgerock.json.resource.AbstractRequestHandler
- All Implemented Interfaces:
RequestHandler
Deprecated.
An abstract base class from which request handlers may be easily implemented.
The default implementation of each method is to return a
NotSupportedException
.-
Constructor Summary
ModifierConstructorDescriptionprotected
Deprecated.Creates a new abstract request handler. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.forgerock.json.resource.RequestHandler
handleAction, handleCreate, handleDelete, handlePatch, handleQuery, handleRead, handleUpdate
-
Constructor Details
-
AbstractRequestHandler
protected AbstractRequestHandler()Deprecated.Creates a new abstract request handler.
-
RequestHandler
now has default methods which implement the not-supported behavior. This class is here for transition from pre-JDK8 impelementations.