The methods defined in the JadeWebServiceProvider class are summarized in the following table.
Method | Descriptions |
---|---|
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 |
getLastStatistics | Returns an XML-formatted string containing information about the current request |
getServerVariable | Returns HyperText Transfer Protocol (HTTP) header information for your Web service request |
initialize | Sets up the appropriate options for the specified Web service application when the default HTTP implementation is not used |
isVDFilePresent | Returns true if the specified file is present in the virtual directory used by the jadehttp library |
processMessage | Calls the relevant Web service method and returns the result of the processing as a SOAP message |
processRequest | Processes Web service requests received from a Web service consumer |
processRequestPostHeaders | Processes Web service requests received from a Web service consumer after the SOAP headers for the request have been processed |
reply | Executed when a request is received from a Web service consumer |