On 8/9/07, Aaron Crickenberger <[EMAIL PROTECTED]> wrote:
> I've been playing around with Camel's FileComponent. I started with
> camel-example-spring, and modified MyRouteBuilder to look like so:
>
> public class MyRouteBuilder extends RouteBuilder {
> public void configure() {
> from
I've been playing around with Camel's FileComponent. I started with
camel-example-spring, and modified MyRouteBuilder to look like so:
public class MyRouteBuilder extends RouteBuilder {
public void configure() {
from("file:/tmp/test/incoming/").to("file:/tmp/test/outgoing/");
}
}