use of org.apache.camel.component.netty.http.RestNettyHttpBinding in project camel by apache.
the class RestNettyHttpGetTest method createRegistry.
@Override
protected JndiRegistry createRegistry() throws Exception {
JndiRegistry jndi = super.createRegistry();
jndi.bind("mybinding", new RestNettyHttpBinding());
return jndi;
}
use of org.apache.camel.component.netty.http.RestNettyHttpBinding in project camel by apache.
the class RestNettyHttpGetWildcardsTest method createRegistry.
@Override
protected JndiRegistry createRegistry() throws Exception {
JndiRegistry jndi = super.createRegistry();
jndi.bind("mybinding", new RestNettyHttpBinding());
return jndi;
}
Aggregations