public interface  org.apache.camel.Navigate extends java.lang.Object
{
public abstract java.util.List next();
public abstract boolean hasNext();
}