|
aerogear-controller 1.0.0.M1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface RouteBuilder.TargetEndpoint
Describes the target destination for the Route.
| Method Summary | ||
|---|---|---|
RouteBuilder.TargetEndpoint |
produces(String... mediaTypes)
Specifies the media types that this endpoint produces. |
|
|
to(Class<T> clazz)
Specifies the target Class for the Route. |
|
| Method Detail |
|---|
RouteBuilder.TargetEndpoint produces(String... mediaTypes)
mediaTypes - the media types that this endpoint method can produce.
RouteBuilder.TargetEndpoint to support method chaining.<T> T to(Class<T> clazz)
Route.
clazz - The class that will be the used as the target endpoint by the Route.
|
aerogear-controller 1.0.0.M1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||