Package org.forgerock.json.resource
Class AbstractRequestHandler
- java.lang.Object
- 
- org.forgerock.json.resource.AbstractRequestHandler
 
- 
- All Implemented Interfaces:
- RequestHandler
 
 @Deprecated public abstract class AbstractRequestHandler extends Object implements RequestHandler Deprecated.RequestHandlernow 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 aNotSupportedException.
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedAbstractRequestHandler()Deprecated.Creates a new abstract request handler.
 - 
Method Summary- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.forgerock.json.resource.RequestHandlerhandleAction, handleCreate, handleDelete, handlePatch, handleQuery, handleRead, handleUpdate
 
- 
 
-