Package org.apache.tuscany.core.system.context

Examples of org.apache.tuscany.core.system.context.SystemEntryPointContext


        this.targetName = targetName;
        this.serviceInterface = serviceInterface;
    }

    public EntryPointContext createContext() throws ContextCreationException {
        return new SystemEntryPointContext(name, targetName, serviceInterface, this);
    }
View Full Code Here

TOP

Related Classes of org.apache.tuscany.core.system.context.SystemEntryPointContext

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.