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 TypeMethodDescriptionvoidIRESTfulReplyProcessor.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 TypeMethodDescriptionvoidIReplyContent.readReply(RESTfulReply reply, String data) Called to format the request for this reply content, i.e.voidTextReply.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 TypeMethodDescriptionvoidJSONReply.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 TypeMethodDescriptionvoidXMLReply.readReply(RESTfulReply reply, String data) Called to format the request for this reply content, i.e.