Package org.jboss.soa.esb.listeners.gateway.mina

Examples of org.jboss.soa.esb.listeners.gateway.mina.UdpGatewayListener.initialise()


    @Test
    public void async() throws ConfigurationException, ManagedLifecycleException, InterruptedException, URISyntaxException, UnknownHostException, IOException
    {
        final ConfigTree config = createConfig(HOST, PORT, handlerName, SERVICE_CATEGORY, SERVICE_NAME);
        UdpGatewayListener gateway = new UdpGatewayListener(config);
        gateway.initialise();
       
        final String payload = "Some content";
       
        sendUdpString(payload, HOST, PORT);
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.