Package org.apache.tuscany.sca.binding.atom

Examples of org.apache.tuscany.sca.binding.atom.AtomBinding


     *
     * @param host
     * @return
     */
    private ItemCollection processCollection(String host) {
        AtomBinding binding = atomBindingFactory.createAtomBinding();
        binding.setURI("http://" + host + ":9990/node/processes");
        ServiceReference<ItemCollection> reference = dynamicReference(ItemCollection.class, binding, assemblyFactory, compositeActivator);
        return reference.getService();
    }
View Full Code Here


     *
     * @param host
     * @return
     */
    private ItemCollection processCollection(String host) {
        AtomBinding binding = atomBindingFactory.createAtomBinding();
        binding.setURI("http://" + host + ":9990/node/processes");
        ServiceReference<ItemCollection> reference = dynamicReference(ItemCollection.class, binding, assemblyFactory, compositeActivator);
        return reference.getService();
    }
View Full Code Here

TOP

Related Classes of org.apache.tuscany.sca.binding.atom.AtomBinding

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.