Package org.talend.esb.servicelocator.client.internal

Examples of org.talend.esb.servicelocator.client.internal.ServiceNode


    }


    @Test
    public void getServiceNode() {
        ServiceNode node = rootNode.getServiceNode(SERVICE_QNAME_1);
       
        assertEquals(SERVICE_QNAME_1, node.getServiceName());
    }
View Full Code Here

TOP

Related Classes of org.talend.esb.servicelocator.client.internal.ServiceNode

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.