org.ow2.frascati.examples.comanche
Class RequestDispatcher

java.lang.Object
  extended by org.ow2.frascati.examples.comanche.RequestDispatcher
All Implemented Interfaces:
RequestHandler

public class RequestDispatcher
extends Object
implements RequestHandler


Constructor Summary
RequestDispatcher()
           
 
Method Summary
 HandlerType getType()
           
 void handleRequest(Request r)
           
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestDispatcher

public RequestDispatcher()
Method Detail

init

public final void init()

handleRequest

public final void handleRequest(Request r)
                         throws IOException
Specified by:
handleRequest in interface RequestHandler
Throws:
IOException

getType

public final HandlerType getType()
Specified by:
getType in interface RequestHandler


Copyright © 2011. All Rights Reserved.