org.apache.camel.example.client
Class CamelClient

java.lang.Object
  extended by org.apache.camel.example.client.CamelClient

public final class CamelClient
extends Object

Client that uses the ProducerTemplate to easily exchange messages with the Server.

Requires that the JMS broker is running, as well as CamelServer


Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Apache CAMEL