Package betsy.bpel.engines.ode

Examples of betsy.bpel.engines.ode.OdeEngine


public class VirtualOdeEngine extends AbstractVirtualEngine {
    public static final int HTTP_PORT = 8080;

    public VirtualOdeEngine() {
        super();
        this.defaultEngine = new OdeEngine();
    }
View Full Code Here

TOP

Related Classes of betsy.bpel.engines.ode.OdeEngine

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.