JadeWebServiceProvider Methods
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 |