@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, writedoDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceprotected 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>IOExceptionprotected 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>IOExceptionCopyright © 2023. All rights reserved.