processReply

processReply(): Any protected, updating;

Reimplement the processReply method in your user-defined JadeWebServiceConsumer subclasses if you want to take the result of a Web service request (that is, a SOAP message), process the message, and set up transient objects for further processing by your application.

If the JADE implementation of this method is not called (by using the inheritMethod instruction), it is your responsibility to do any processing that is necessary. For details, see the JadeWebServiceConsumer class sendRequest method.