@WebServlet(description="Handling work flow request", urlPatterns="/cheapflow.sample") public class CheapServ extends io.odysz.semantic.jserv.ServPort<CheapReq>
Modifier and Type | Class and Description |
---|---|
static class |
CheapServ.WfProtocol |
Constructor and Description |
---|
CheapServ() |
Modifier and Type | Method and Description |
---|---|
protected void |
onGet(io.odysz.semantic.jprotocol.AnsonMsg<CheapReq> jmsg,
javax.servlet.http.HttpServletResponse resp) |
protected void |
onPost(io.odysz.semantic.jprotocol.AnsonMsg<CheapReq> jmsg,
javax.servlet.http.HttpServletResponse resp) |
doGet, doPost, err, ok, ok, ok, ok, ok, onGetAnsonException, write
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
protected void onGet(io.odysz.semantic.jprotocol.AnsonMsg<CheapReq> jmsg, javax.servlet.http.HttpServletResponse resp) throws IOException
onGet
in class io.odysz.semantic.jserv.ServPort<CheapReq>
IOException
protected void onPost(io.odysz.semantic.jprotocol.AnsonMsg<CheapReq> jmsg, javax.servlet.http.HttpServletResponse resp) throws IOException
onPost
in class io.odysz.semantic.jserv.ServPort<CheapReq>
IOException
Copyright © 2023. All rights reserved.