|
aerogear-controller 1.0.1 | ||||||||
| 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 |
consumes(MediaType... mediaTypes)
Specifies the media types that this endpoint can consumes. |
|
RouteBuilder.TargetEndpoint |
consumes(String... mediaTypes)
Specifies the media types that this endpoint can consumes. |
|
RouteBuilder.TargetEndpoint |
produces(MediaType... mediaTypes)
Specifies the MediaType's that this endpoint produces. |
|
|
to(Class<T> clazz)
Specifies the target Class for the Route. |
|
| Method Detail |
|---|
RouteBuilder.TargetEndpoint consumes(String... mediaTypes)
mediaTypes - the media types that this endpoint method can consume.
RouteBuilder.TargetEndpoint to support method chaining.RouteBuilder.TargetEndpoint consumes(MediaType... mediaTypes)
mediaTypes - the media types that this endpoint method can consume.
RouteBuilder.TargetEndpoint to support method chaining.RouteBuilder.TargetEndpoint produces(MediaType... mediaTypes)
mediaTypes - the MediaTypes 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.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||