Class MobileRequestProcessor

java.lang.Object
ru.bitel.bgbilling.modules.mobile.server.bean.MobileRequestProcessor

public class MobileRequestProcessor
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    MobileRequestProcessor​(int moduleId, Setup setup, java.lang.String action, Contract contract)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String doIt​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletContext servletContext, ActionContext context, java.util.Map<java.lang.String,​java.lang.Object> map)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MobileRequestProcessor

      public MobileRequestProcessor​(int moduleId, Setup setup, java.lang.String action, Contract contract)
  • Method Details

    • doIt

      public java.lang.String doIt​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletContext servletContext, ActionContext context, java.util.Map<java.lang.String,​java.lang.Object> map) throws java.lang.Exception
      Throws:
      java.lang.Exception