Package org.jboss.soa.esb.client

Examples of org.jboss.soa.esb.client.MessageMulticaster


    /**
     * Initialization by reading the configuration.
     */
    public void initialise() throws ActionLifecycleException
    {
        messageMulticaster = new MessageMulticaster(_config.getAttribute("action", "%unset%"));
        messageMulticaster.setAggregatorOnProperties(Aggregator.aggregatorOnProperties(_config));

        ConfigTree[] destList = _config.getChildren(ROUTE_TO_TAG);
        if (null == destList || destList.length < 1)
        {
View Full Code Here

TOP

Related Classes of org.jboss.soa.esb.client.MessageMulticaster

Copyright © 2018 www.massapicom. 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.