Product Information > JADE Encyclopaedia of Classes – Volume 1 > Chapter 1 - System Classes > JadeRestService Class

JadeRestService Class

The JadeRestService class maintains all Internet REST service provider information.

A transient copy of a subclass is created by each Representational State Transfer (REST) services application and reused by each REST services message received. The processRequest method is called on this object, passing the message details. That method will decode the URL and any objects passed in Extensible Markup Language (XML) or Javascript Object Notation (JSON) format, and call the required method on the same REST object. The result returned by the method is encoded into XML or JSON as requested. The reply method is called, passing the string to be returned to the client.

For details about the constants, properties, and methods defined in the JadeRestService class, see "JadeRestService Constants", "JadeRestService Properties", and "JadeRestService Methods", in the following subsections.

Object

(None)