JadeWebServiceProvider Class

The JadeWebServiceProvider class maintains all Internet service provider information.

The properties defined in the JadeWebServiceProvider class are summarized in the following table.

Property Descriptions
deleteTransientReturnType Specifies whether the transient object return type from a Web service method is deleted when processing is complete
incomingMessage Contains the incoming SOAP message string from the Web service consumer
rawXML Specifies whether the Web services framework does any further XML processing of the data that is returned from a Web service method

The methods defined in the JadeWebServiceProvider class are summarized in the following table.

Method Descriptions
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
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
reply Executed when a request is received from a Web service consumer

For details, see "JadeWebServiceProvider Class", in Chapter 1 of the JADE Encyclopaedia of Classes.