C M O S T

C

CamelClient - Class in org.apache.camel.example.client
Client that uses the ProducerTemplate to easily exchange messages with the Server.
CamelClientEndpoint - Class in org.apache.camel.example.client
Client that uses the Mesage Endpoint pattern to easily exchange messages with the Server.
CamelClientRemoting - Class in org.apache.camel.example.client
Client that uses Camel Spring Remoting for very easy integration with the server.
configure() - Method in class org.apache.camel.example.server.ServerRoutes
 

M

main(String[]) - Static method in class org.apache.camel.example.client.CamelClient
 
main(String[]) - Static method in class org.apache.camel.example.client.CamelClientEndpoint
 
main(String[]) - Static method in class org.apache.camel.example.client.CamelClientRemoting
 
Multiplier - Interface in org.apache.camel.example.server
Our business service.
multiply(int) - Method in interface org.apache.camel.example.server.Multiplier
Multiplies the given number by a pre-defined constant.
multiply(int) - Method in class org.apache.camel.example.server.Treble
 

O

org.apache.camel.example.client - package org.apache.camel.example.client
 
org.apache.camel.example.server - package org.apache.camel.example.server
 

S

ServerRoutes - Class in org.apache.camel.example.server
This class defines the routes on the Server.
ServerRoutes() - Constructor for class org.apache.camel.example.server.ServerRoutes
 

T

Treble - Class in org.apache.camel.example.server
This is the implementation of the business service.
Treble() - Constructor for class org.apache.camel.example.server.Treble
 

C M O S T

Apache CAMEL