Package org.jboss.soa.esb.actions.converters.xstream.conf

Examples of org.jboss.soa.esb.actions.converters.xstream.conf.FieldAliasConf


       
        if ( children != null )
        {
            for ( ConfigTree alias : children )
            {
                aliases.add(new FieldAliasConf(alias.getAttribute("alias"), alias.getAttribute("class"), alias.getAttribute("fieldName")));
            }
        }
        return aliases;
    }
View Full Code Here

TOP

Related Classes of org.jboss.soa.esb.actions.converters.xstream.conf.FieldAliasConf

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.