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:

Object

(None)