org.jumpmind.symmetric.fs.server
Class FileSyncServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by org.jumpmind.symmetric.fs.server.FileSyncServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class FileSyncServlet
extends javax.servlet.GenericServlet

See Also:
Serialized Form

Constructor Summary
FileSyncServlet()
           
 
Method Summary
 void service(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res)
           
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSyncServlet

public FileSyncServlet()
Method Detail

service

public void service(javax.servlet.ServletRequest req,
                    javax.servlet.ServletResponse res)
             throws javax.servlet.ServletException,
                    IOException
Specified by:
service in interface javax.servlet.Servlet
Specified by:
service in class javax.servlet.GenericServlet
Throws:
javax.servlet.ServletException
IOException


Copyright © 2012-2013 JumpMind, Inc.. All Rights Reserved.