C G L O S U 

C

configure() - Method in class org.apache.camel.example.rest.UserRouteBuilder
 

G

getId() - Method in class org.apache.camel.example.rest.User
 
getName() - Method in class org.apache.camel.example.rest.User
 
getUser(String) - Method in class org.apache.camel.example.rest.UserService
Gets a user by the given id

L

listUsers() - Method in class org.apache.camel.example.rest.UserService
List all users

O

org.apache.camel.example.rest - package org.apache.camel.example.rest
 

S

setId(int) - Method in class org.apache.camel.example.rest.User
 
setName(String) - Method in class org.apache.camel.example.rest.User
 

U

updateUser(User) - Method in class org.apache.camel.example.rest.UserService
Updates or creates the given user
User - Class in org.apache.camel.example.rest
 
User() - Constructor for class org.apache.camel.example.rest.User
 
User(int, String) - Constructor for class org.apache.camel.example.rest.User
 
UserRouteBuilder - Class in org.apache.camel.example.rest
Define REST services using the Camel REST DSL
UserRouteBuilder() - Constructor for class org.apache.camel.example.rest.UserRouteBuilder
 
UserService - Class in org.apache.camel.example.rest
A User service which we rest enable from the UserRouteBuilder.
UserService() - Constructor for class org.apache.camel.example.rest.UserService
 
C G L O S U 

Apache Camel