|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.samples.cafe.Cafe
public class Cafe
The entry point for CafeDemo. When the 'placeOrder'
method is invoked, it passes the DrinkOrder as the payload of a
Message to the
'orderChannel'. The channel reference is configured in the "cafe" bean
definition within 'cafeDemo.xml'.
| Field Summary | |
|---|---|
private MessageChannel |
orderChannel
|
| Constructor Summary | |
|---|---|
Cafe()
|
|
| Method Summary | |
|---|---|
void |
placeOrder(DrinkOrder order)
|
void |
setOrderChannel(MessageChannel orderChannel)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private MessageChannel orderChannel
| Constructor Detail |
|---|
public Cafe()
| Method Detail |
|---|
public void setOrderChannel(MessageChannel orderChannel)
public void placeOrder(DrinkOrder order)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||