JadeRestProxyHook Class

The JadeRestProxyHook class provides hook methods that can be reimplemented in your subclasses to access the JadeRestClient, JadeRestRequest, and JadeRestResponse objects when executing REST requests using proxy classes generated by the OpenAPI import wizard. (For details, see Maintaining OpenAPI Objects, in Chapter 16 of the JADE Development Environment User's Guide.)

You can set the hook property of a JadeRestResourceProxy subclass to a user‑defined JadeRestProxyHook subclass and each of the JadeRestClient, JadeRestRequest, and JadeRestResponse methods are called at the appropriate times during the execution of JadeRestResourceProxy methods as are generated by the OpenAPI import wizard.

For details about the methods defined in the JadeRestProxyHook class, see "JadeRestProxyHook Methods", in the following subsection.

Object

(None)

2020.0.01 and higher