Package com.prancingdonkey.service

Source Code of com.prancingdonkey.service.OrderPreProcessingService

package com.prancingdonkey.service;

import com.prancingdonkey.domain.Order;

public class OrderPreProcessingService {


    public Order order(String brewXml) {
        return new Order();
    }

}
TOP

Related Classes of com.prancingdonkey.service.OrderPreProcessingService

TOP
Copyright © 2018 www.massapi.com. 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.