Interface IRESTfulReplyProcessor


public interface IRESTfulReplyProcessor
Interface used to process the reply received from the remote party of a Web Service transaction, once the data has been stored e.g. in the VirtualSpace. The RESTfulReply can be used to read additional data that was received from the request.
Author:
Christopher Mindus
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the data has been read and processed in the RESTfulReply instance.
  • Method Details

    • onWebServiceRequest

      void onWebServiceRequest(RESTfulReply reply) throws IOException, PropException
      Called when the data has been read and processed in the RESTfulReply instance.
      Parameters:
      reply - The RESTful reply to the transaction.
      Throws:
      IOException - For I/O errors.
      PropException - For property errors.