|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.test.integration.spring.events.TestMuleEventBean
org.mule.test.integration.spring.events.OrderManagerBean
org.mule.test.integration.spring.events.async.AsyncOrderManagerBean
public class AsyncOrderManagerBean
OrderManagerBean
receives order beans from Mule and dispatches
process relsults back through Mule via the applicationContext.
Constructor Summary | |
---|---|
AsyncOrderManagerBean()
|
Method Summary | |
---|---|
void |
processOrderAsync(Order order)
This will be invoked using as a web service. |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
We need the application context to send our asyncronous result somewhere |
Methods inherited from class org.mule.test.integration.spring.events.OrderManagerBean |
---|
getSubscriptions, onApplicationEvent, processOrder, setSubscriptions |
Methods inherited from class org.mule.test.integration.spring.events.TestMuleEventBean |
---|
getEventCallback, setEventCallback |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AsyncOrderManagerBean()
Method Detail |
---|
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
applicationContext
-
org.springframework.beans.BeansException
public void processOrderAsync(Order order)
processOrderAsync
in interface AsyncOrderManager
order
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |