aerogear-controller 1.0.2

Package org.jboss.aerogear.controller.router

Interface Summary
Consumer A Consumer is capable of unmarshalling an Http Request Body into a Java Object representation.
Responder A Responder is capable of responding to a specific MediaType.
Route An object that contains information required to route HTTP requests to a target class's method.
RouteBuilder RouteBuilder builds a Route using a fluent API.
RouteBuilder.OnMethods A fluent API for further specializing the Route's destination/endpoint.
RouteBuilder.TargetEndpoint Describes the target destination for the Route.
RouteDescriptorAccessor  
RouteProcessor A RouteProcessor processes/handles a single Route in AeroGear Controller.
Router Router is the component that knows how to route/dispatch requests to target endpoints.
RoutingModule A RoutingModule is used by the AeroGear runtime to retrieve the routes defined by the current application.
 

Class Summary
AbstractRoutingModule AbstractRoutingModule simplifies the process of configuring Routes by implementing RoutingModule and providing helper methods.
ControllerFactory ControllerFactory is a factory for target endpoint classes in AeroGear.
DefaultRoute An immutable implementation of Route.
DefaultRouteProcessor Default implementation of RouteProcessor that is the target of a processing chain of CDI decorators.
DefaultRouter Default implementation of Router.
EndpointInvoker EndpointInvoker is responsible for invoking target endpoint methods in AeroGear Controller.
InvocationResult Represents the result of invoking a Route in AeroGear Controller.
MediaType  
Responders Handles responding from a Route invocation by delegating to the appropriate Responder.
RouteBuilderImpl Concrete implementation of RouteBuilder.
RouteContext RouteContext holds information related to processing of a Route.
RouteDescriptor Describes/configures a single route in AeroGear controller.
RouteDescriptor.FinalizeFilter  
RouteDescriptor.MyMethodInterceptor  
Routes Routes is a collection of Route instances that are able to handle certain RequestMethod/requestURI combinations.
 

Enum Summary
RequestMethod  
 

Exception Summary
AeroGearException  
 


aerogear-controller 1.0.2

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