Uses of Class
com.iizix.ws.engine.RESTfulReply
Packages that use RESTfulReply
Package
Description
Uses of RESTfulReply in com.iizix.ws.api
Methods in com.iizix.ws.api with parameters of type RESTfulReplyModifier 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
Methods in com.iizix.ws.engine that return RESTfulReplyMethods in com.iizix.ws.engine with parameters of type RESTfulReplyModifier 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
Methods in com.iizix.ws.engine.json with parameters of type RESTfulReplyModifier 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
Methods in com.iizix.ws.engine.xml with parameters of type RESTfulReplyModifier and TypeMethodDescriptionvoid
XMLReply.readReply
(RESTfulReply reply, String data) Called to format the request for this reply content, i.e.