Package com.iizix.ws.api
Interface IRESTfulReplyProcessor
- public interface IRESTfulReplyProcessorInterface 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- RESTfulReplycan be used to read additional data that was received from the request.- Author:
- Christopher Mindus
 
- Method Summary- All Methods Instance Methods Abstract Methods - Modifier and Type - Method - Description - void- onWebServiceRequest(RESTfulReply reply)Called when the data has been read and processed in the RESTfulReply instance.
 
- 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.