56575859606162636465
} @Test public void testInvokeReference() throws Exception { Echo echoComponent = node.getService(Echo.class, ECHO_COMPONENT_WITH_REFERENCE); String result = echoComponent.echo("ABC"); Assert.assertEquals("echo: ABC", result); } }