Uses of Class
com.iizix.ws.engine.RESTfulReply
Package
Description
Uses of RESTfulReply in com.iizix.ws.api
Modifier and TypeMethodDescriptionvoid
IRESTfulReplyProcessor.onWebServiceRequest
(RESTfulReply reply) Called when the data has been read and processed in the RESTfulReply instance.Uses of RESTfulReply in com.iizix.ws.engine
Modifier and TypeMethodDescriptionvoid
IReplyContent.readReply
(RESTfulReply reply, String data) Called to format the request for this reply content, i.e.void
TextReply.readReply
(RESTfulReply reply, String data) Called to format the request for this reply content, i.e.Uses of RESTfulReply in com.iizix.ws.engine.json
Modifier and TypeMethodDescriptionvoid
JSONReply.readReply
(RESTfulReply reply, String data) Called to format the request for this reply content, i.e.Uses of RESTfulReply in com.iizix.ws.engine.xml
Modifier and TypeMethodDescriptionvoid
XMLReply.readReply
(RESTfulReply reply, String data) Called to format the request for this reply content, i.e.