public interface RequestCMDReceiver
java.lang.String getCMD()
void actionCMD(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, java.lang.String sessionID) throws java.lang.Exception
req
- http请求res
- http应答sessionID
- 会话IDjava.lang.Exception
- 处理失败则抛出异常void actionCMD(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws java.lang.Exception
req
- http请求res
- http响应java.lang.Exception
- 处理失败则抛出异常