org.moremotion.servlet
Class ServiceInvokerServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.moremotion.servlet.ServiceInvokerServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class ServiceInvokerServlet
extends javax.servlet.http.HttpServlet

Service Invoker Servlet loads MoreMotion Services that are mapped to URL patterns. If an URL contains '.doms' extension i.e. mypack.MyService.doms?parm1=value1 this servlet loads mypack.MyService class and calls their doService() methods.

Version:
$Id: ServiceInvokerServlet.java 200 2008-09-09 19:07:21Z erkan $
See Also:
Serialized Form

Constructor Summary
ServiceInvokerServlet()
           
 
Method Summary
 java.lang.String getServletInfo()
           
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceInvokerServlet

public ServiceInvokerServlet()
Method Detail

getServletInfo

public java.lang.String getServletInfo()
Specified by:
getServletInfo in interface javax.servlet.Servlet
Overrides:
getServletInfo in class javax.servlet.GenericServlet


Copyright © 2002-2008 MOR YAZILIM. All Rights Reserved.