xflow.server.controller.handler
Class GetProcessNodesRequestHandler

java.lang.Object
  extended byxflow.server.controller.handler.GetProcessNodesRequestHandler
All Implemented Interfaces:
RequestHandler

public class GetProcessNodesRequestHandler
extends java.lang.Object
implements RequestHandler

User: kosta Date: Jul 24, 2004 Time: 2:21:49 PM


Field Summary
 
Fields inherited from interface xflow.server.controller.RequestHandler
log
 
Constructor Summary
GetProcessNodesRequestHandler()
           
 
Method Summary
 Response handle(Request r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetProcessNodesRequestHandler

public GetProcessNodesRequestHandler()
Method Detail

handle

public Response handle(Request r)
Specified by:
handle in interface RequestHandler