Default implementation class DefaultRestDispatchPlugin
In the base configuration, Guidewire provides a default implementation class for the
IRestDispatchPlugin interface, Gosu class
DefaultRestDispatchPlugin. This class implements the following
IRestDispatchPlugin interface methods:
- handleReceiveRequest
- handlePreExecute
- rewriteResponse
- rewriteErrorInfo
- handleRequestProcessed
See Processing REST requests for information on these methods.
Note: It is also possible to use the
DefaultRestDispatchPlugin class as the superclass for your custom
implementation of this plugin.
