Package org.apache.tuscany.model.assembly.impl

Examples of org.apache.tuscany.model.assembly.impl.EntryPointImpl


        return cci;
    }

    public static EntryPoint createMockEntryPoint(String name) {
        EntryPoint entryPoint = new EntryPointImpl() {
        };
        entryPoint.setName(name);
        return entryPoint;
    }
View Full Code Here

TOP

Related Classes of org.apache.tuscany.model.assembly.impl.EntryPointImpl

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.