@Test public void testVistaEndpointType() throws Exception { Endpoint vista = this.getMandatoryEndpoint("vista://localhost:9211"); assertTrue(vista instanceof NettyEndpoint); RpcResponse reply = template.requestBody("vista://localhost:9211", vista().connect("127.0.0.1", "vista.example.org"), RpcResponse.class); assertNotNull(reply); // assertEquals("1", reply.getField(0, 0)); }
public CamelNettyTcpBindingSslContextParameterRefModelTest() { super(NettyEndpoint.class, CAMEL_XML); setSkipCamelEndpointTesting(true); }
public V1CamelNettyTcpBindingModelTest() { super(NettyEndpoint.class, CAMEL_XML); setSkipCamelEndpointTesting(true); }
public V1CamelNettyUdpBindingModelTest() { super(NettyEndpoint.class, CAMEL_XML); setSkipCamelEndpointTesting(true); }