Package org.apache.camel.component.servlet

Examples of org.apache.camel.component.servlet.ServletRestHttpBinding


public class RestServletGetTest extends ServletCamelRouterTestSupport {
   
    @Override
    protected JndiRegistry createRegistry() throws Exception {
        JndiRegistry jndi = super.createRegistry();
        jndi.bind("myBinding", new ServletRestHttpBinding());
        return jndi;
    }
View Full Code Here

TOP

Related Classes of org.apache.camel.component.servlet.ServletRestHttpBinding

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.