org.molwind.servlet
Class GetWorldNamesCommand

java.lang.Object
  extended by org.molwind.servlet.AbstractCommand
      extended by org.molwind.servlet.GetWorldNamesCommand
All Implemented Interfaces:
Command

public class GetWorldNamesCommand
extends AbstractCommand

MolwindWebService GetWorldNamesCommand implements a Command which can be invoked by a client TODO complete this class

Author:
Oktay Degirmenci

Constructor Summary
GetWorldNamesCommand()
           
 
Method Summary
 void execute(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Executes the GetWorldCommand
 
Methods inherited from class org.molwind.servlet.AbstractCommand
writeXML, writeXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetWorldNamesCommand

public GetWorldNamesCommand()
Method Detail

execute

public void execute(javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response)
Executes the GetWorldCommand

Parameters:
request - an HttpServletRequest object, contains the request the client has made of the servlet
response - an HttpServletResponse object, contains the response the client will get from the servlet


Copyright © 2008-2010. All Rights Reserved.