Package org.jboss.soa.esb.actions.cbr

Examples of org.jboss.soa.esb.actions.cbr.XPathRouter.route()


        ConfigTree configTree = esbConfig.getActionConfig("null-listener", "5");
        XPathRouter router = new XPathRouter();

        router.setConfigTree(configTree);

        List<String> destinations = router.route(null, false, message, objectLists);
        assertEquals("[scat-green]", destinations.toString());
    }
}
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.