org.boris.xlloop.http
Class FunctionService

java.lang.Object
  extended by Service
      extended by org.boris.xlloop.http.FunctionService

public class FunctionService
extends Service


Constructor Summary
FunctionService(java.lang.String path, IFunctionHandler handler)
           
 
Method Summary
 void filter(Event event)
           
 java.lang.String path()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionService

public FunctionService(java.lang.String path,
                       IFunctionHandler handler)
Method Detail

filter

public void filter(Event event)
            throws Event,
                   java.lang.Exception
Throws:
Event
java.lang.Exception

path

public java.lang.String path()