Package org.apache.camel.component.binding

Examples of org.apache.camel.component.binding.BindingComponent


    @Override
    protected Context createJndiContext() throws Exception {
        Context context = super.createJndiContext();
        JacksonDataFormat format = new JacksonDataFormat(TestPojo.class);
        context.bind("jsonmq", new BindingComponent(new DataFormatBinding(format), "file:target/"));
        return context;
    }
View Full Code Here

TOP

Related Classes of org.apache.camel.component.binding.BindingComponent

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.