public class WXCorpRemoteServlet
extends javax.servlet.http.HttpServlet
Description:
Title:首亨软件 - TSS/CRM等
构造器和说明 |
---|
WXCorpRemoteServlet() |
限定符和类型 | 方法和说明 |
---|---|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
The doGet method of the servlet.
|
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
The doPost method of the servlet.
|
public void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException
doGet
在类中 javax.servlet.http.HttpServlet
request
- the request send by the client to the serverresponse
- the response send by the server to the clientjavax.servlet.ServletException
- if an error occurredjava.io.IOException
- if an error occurredpublic void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException
doPost
在类中 javax.servlet.http.HttpServlet
request
- the request send by the client to the serverresponse
- the response send by the server to the clientjavax.servlet.ServletException
- if an error occurredjava.io.IOException
- if an error occurred