Uses of Class
com.iizix.ws.engine.RESTfulReply
Packages that use RESTfulReply Package Description com.iizix.ws.api com.iizix.ws.engine com.iizix.ws.engine.json com.iizix.ws.engine.xml Uses of RESTfulReply in com.iizix.ws.api
Methods in com.iizix.ws.api with parameters of type RESTfulReply Modifier and Type Method Description void
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 RESTfulReply Modifier and Type Method Description RESTfulReply
RESTfulRequest. createReply()
Create the reply instance.Methods in com.iizix.ws.engine with parameters of type RESTfulReply Modifier and Type Method Description void
IReplyContent. readReply(RESTfulReply reply, java.lang.String data)
Called to format the request for this reply content, i.e.void
TextReply. readReply(RESTfulReply reply, java.lang.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 RESTfulReply Modifier and Type Method Description void
JSONReply. readReply(RESTfulReply reply, java.lang.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 RESTfulReply Modifier and Type Method Description void
XMLReply. readReply(RESTfulReply reply, java.lang.String data)
Called to format the request for this reply content, i.e.