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 Summary
Constructors Modifier Constructor Description protectedAbstractRequestHandler()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 
 - 
 
 -