Package org.apache.camel.component.netty.http

Examples of org.apache.camel.component.netty.http.RestNettyHttpBinding


public class RestNettyHttpGetTest extends BaseNettyTest {
   
    @Override
    protected JndiRegistry createRegistry() throws Exception {
        JndiRegistry jndi = super.createRegistry();
        jndi.bind("mybinding", new RestNettyHttpBinding());
        return jndi;
    }
View Full Code Here

TOP

Related Classes of org.apache.camel.component.netty.http.RestNettyHttpBinding

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.