public class ReportProcessService extends NoSessionIDService
构造器和说明 |
---|
ReportProcessService() |
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
actionOP()
当前service对应的操作码
|
void |
process(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
java.lang.String op)
处理上报流程
|
process
public void process(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, java.lang.String op) throws java.lang.Exception
process
在类中 NoSessionIDService
req
- http请求res
- http答复op
- 操作类型java.lang.Exception
public java.lang.String actionOP()