public interface RouteProcessor
| Modifier and Type | Method and Description |
|---|---|
InvocationResult |
process(RouteContext routeContext)
Handles the actual invocation of the target or the passed-in
Route. |
InvocationResult process(RouteContext routeContext) throws Exception
Route.routeContext - the RouteContext for the current request.Exception - if processing of the route causes an exception.Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.