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 Detail

      • onWebServiceRequest

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