The methods defined in the JadeRestService class are summarized in the following table.
Method | Description |
---|---|
createVirtualDirectoryFile | Passes files created by a JADE application to the jadehttp library |
deleteVirtualDirectoryFile | Deletes specified files from the virtual directory used by the jadehttp library |
getOutputFormat | Returns an Integer value that represents the output format |
getServerVariable | Returns the specified HTTP header information for your REST service request from IIS |
isVDFilePresent | Returns true if the specified file is present in the virtual directory used by the jadehttp library |
processRequest | Processes the received message |
reply | Sends the returned value from the called method to the client |