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