Uses of Class
org.mule.test.integration.spring.events.Order

Packages that use Order
org.mule.test.integration.spring.events   
org.mule.test.integration.spring.events.async   
 

Uses of Order in org.mule.test.integration.spring.events
 

Methods in org.mule.test.integration.spring.events with parameters of type Order
 String OrderManagerBean.processOrder(Order order)
           
 String OrderManager.processOrder(Order order)
           
 

Uses of Order in org.mule.test.integration.spring.events.async
 

Methods in org.mule.test.integration.spring.events.async with parameters of type Order
 void AsyncOrderManager.processOrderAsync(Order order)
           
 void AsyncOrderManagerBean.processOrderAsync(Order order)
          This will be invoked using as a web service.
 



Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.