Package org.apache.camel.processor.SplitterMethodCallTest

Examples of org.apache.camel.processor.SplitterMethodCallTest.SplitWordsBean


public class VMSplitterTest extends AbstractVmTestSupport {
   
    protected JndiRegistry createRegistry() throws Exception {
        JndiRegistry jndi = super.createRegistry();
        jndi.bind("splitterBean", new SplitWordsBean());
        return jndi;
    }
View Full Code Here

TOP

Related Classes of org.apache.camel.processor.SplitterMethodCallTest.SplitWordsBean

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.