Package org.apache.camel.example.cafe

Examples of org.apache.camel.example.cafe.Delivery



public class Waiter {
   
    public Delivery prepareDelivery(List<Drink> drinks) {
        return new Delivery(drinks);
    }
View Full Code Here



public class Waiter {
   
    public Delivery prepareDelivery(List<Drink> drinks) {
        return new Delivery(drinks);
    }
View Full Code Here

TOP

Related Classes of org.apache.camel.example.cafe.Delivery

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.