org.virbo.autoplot.server
Class RequestHandler

java.lang.Object
  extended by org.virbo.autoplot.server.RequestHandler

public class RequestHandler
extends java.lang.Object


Constructor Summary
RequestHandler()
           
 
Method Summary
static void doIt(ApplicationModel model)
           
 java.lang.String handleRequest(java.io.InputStream in, ApplicationModel model, java.io.OutputStream out)
          process the python code in data.
 void RequestHandler()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestHandler

public RequestHandler()
Method Detail

doIt

public static void doIt(ApplicationModel model)

RequestHandler

public void RequestHandler()

handleRequest

public java.lang.String handleRequest(java.io.InputStream in,
                                      ApplicationModel model,
                                      java.io.OutputStream out)
process the python code in data. return null or in the future the data to send back.

Parameters:
in -
model -
out -
Returns: