org.springframework.integration.samples.cafe
Class CafeDemo

java.lang.Object
  extended by org.springframework.integration.samples.cafe.CafeDemo

public class CafeDemo
extends java.lang.Object

Provides the 'main' method for running the Cafe Demo application. When an order is placed, the Cafe will send that order to the "orders" channel. The relevant components are defined within the configuration file ("cafeDemo.xml") or configured with annotations (such as the OrderSplitter, DrinkRouter, and Barista classes).

Author:
Mark Fisher

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

Constructor Detail

CafeDemo

public CafeDemo()
Method Detail

main

public static void main(java.lang.String[] args)