Sorry for replying late on the thread.
The custom bean as of now is very simple. Just getting and returning the
list. I just wanted to check if its working before actually writing the code
in custom bean. So its like 

public class SodFundListSplitter {

    public List<String> split(List<String> inputList) {
        return inputList;
    }



--
View this message in context: 
http://camel.465427.n5.nabble.com/Using-custom-bean-for-splitter-using-spring-camel-tp5718236p5718360.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to