Package com.iizix.ws.api
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 SummaryModifier and TypeMethodDescription- void- onWebServiceRequest- (RESTfulReply reply) Called when the data has been read and processed in the RESTfulReply instance.
- Method Details- onWebServiceRequestCalled 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.