aerogear-controller 1.0.0.M1

org.jboss.aerogear.controller.router
Interface RouteProcessor

All Known Implementing Classes:
DefaultRouteProcessor, ErrorHandler, SecurityHandler

public interface RouteProcessor

A RouteProcessor processes/handles a single Route in AeroGear Controller.


Method Summary
 void process(RouteContext routeContext)
          Handles the actual invocation of the target or the passed-in Route.
 

Method Detail

process

void process(RouteContext routeContext)
             throws Exception
Handles the actual invocation of the target or the passed-in Route.

Parameters:
routeContext - the RouteContext for the current request.
Throws:
Exception - if processing of the route causes an exception.

aerogear-controller 1.0.0.M1

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.