Examples of forService()


Examples of org.talend.esb.servicelocator.client.SLEndpoint.forService()

        slc.setBackend(backend);

        SLEndpoint endpoint = slc.getEndpoint(SERVICE_QNAME_1, ENDPOINT_1);

        assertFalse(endpoint.isLive());
        assertEquals(SERVICE_QNAME_1, endpoint.forService());
        assertEquals(LAST_TIME_STARTED, endpoint.getLastTimeStarted());
        verifyAll();
    }

    @Test
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.