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 Summary
Modifier and TypeMethodDescriptionvoid
onWebServiceRequest
(RESTfulReply reply) Called when the data has been read and processed in the RESTfulReply instance.
Method Details
onWebServiceRequest
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.