public interface PostResourcePlugin
Resource| Modifier and Type | Method and Description |
|---|---|
ResourceResponse |
process(ResourceResponse input)
Processes a
ResourceResponse after the execution of a getResource operation. |
ResourceResponse process(ResourceResponse input) throws PluginExecutionException, StopProcessingException
ResourceResponse after the execution of a getResource operation.input - the ResourceResponse to processResourceResponse to pass to the next PostResourcePlugin, or if this is the last PostResourcePlugin to be calledPluginExecutionException - thrown when an error occurs while processing the ResourceResponseStopProcessingException - thrown to halt processing when a critical issue occurs during
processing. This is intended to prevent other plugins from processing as well.This work is licensed under a Creative Commons Attribution 4.0 International License.