Package org.apache.tuscany.core.builder

Examples of org.apache.tuscany.core.builder.ConnectorImpl


     * Create a new Connector that can be used to wire primordial components together.
     *
     * @return a new Connector
     */
    public Connector createConnector() {
        return new ConnectorImpl();
    }
View Full Code Here

TOP

Related Classes of org.apache.tuscany.core.builder.ConnectorImpl

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.