Package com.openmeet.webservice.services
Class Meeter_InterestService
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.openmeet.webservice.services.Meeter_InterestService
- All Implemented Interfaces:
jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,Serializable
public class Meeter_InterestService
extends jakarta.servlet.http.HttpServlet
Servlet that handles all invocations for the Meeter_Interest object.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoPost(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) On POST request, the method gets the name of operation from "operation" paramater and then invoke the following proxy method.Methods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceMethods inherited from class jakarta.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
-
Constructor Details
-
Meeter_InterestService
public Meeter_InterestService()
-
-
Method Details
-
doPost
public void doPost(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws IOException On POST request, the method gets the name of operation from "operation" paramater and then invoke the following proxy method.- Overrides:
doPostin classjakarta.servlet.http.HttpServlet- Parameters:
request- anHttpServletRequestobject that contains the request the client has made of the servlet.response- anHttpServletResponseobject that contains the response the servlet sends to the client- Throws:
IOException
-