Test webapp

adriani.webapp.lang
Class Service_01

java.lang.Object
  extended by HttpServlet
      extended by adriani.webapp.lang.Service_01

public class Service_01
extends HttpServlet

A simple servlet mapped to the logic name "Service_01", used to provide a simple web service based on the XML message system.


Constructor Summary
Service_01()
           
 
Method Summary
 void doGet(HttpServletRequest request, HttpServletResponse response)
          Method invoked when the servlet is activated by a normal URL request (i.e. a GET request).
 int[] getServerTime()
          Return the current system time as an int[] array.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Service_01

public Service_01()
Method Detail

doGet

public void doGet(HttpServletRequest request,
                  HttpServletResponse response)
           throws ServletException,
                  java.io.IOException
Method invoked when the servlet is activated by a normal URL request (i.e. a GET request).

Throws:
ServletException
java.io.IOException

getServerTime

public int[] getServerTime()
Return the current system time as an int[] array.


Build 10/01/2013

Morpheus Quality Technologies - making the Zion software
Copyright © 2009-2013 Stefano Adriani. All Rights Reserved