Search in sources :

Example 1 with DefaultUndertowHttpBinding

use of org.apache.camel.component.undertow.DefaultUndertowHttpBinding in project camel by apache.

the class RestUndertowHttpGetTest method createRegistry.

@Override
protected JndiRegistry createRegistry() throws Exception {
    JndiRegistry jndi = super.createRegistry();
    UndertowHttpBinding binding = new DefaultUndertowHttpBinding();
    jndi.bind("mybinding", binding);
    return jndi;
}
Also used : JndiRegistry(org.apache.camel.impl.JndiRegistry) DefaultUndertowHttpBinding(org.apache.camel.component.undertow.DefaultUndertowHttpBinding) UndertowHttpBinding(org.apache.camel.component.undertow.UndertowHttpBinding) DefaultUndertowHttpBinding(org.apache.camel.component.undertow.DefaultUndertowHttpBinding)

Example 2 with DefaultUndertowHttpBinding

use of org.apache.camel.component.undertow.DefaultUndertowHttpBinding in project camel by apache.

the class RestUndertowHttpGetWildcardsTest method createRegistry.

@Override
protected JndiRegistry createRegistry() throws Exception {
    JndiRegistry jndi = super.createRegistry();
    UndertowHttpBinding binding = new DefaultUndertowHttpBinding();
    jndi.bind("mybinding", binding);
    return jndi;
}
Also used : JndiRegistry(org.apache.camel.impl.JndiRegistry) DefaultUndertowHttpBinding(org.apache.camel.component.undertow.DefaultUndertowHttpBinding) UndertowHttpBinding(org.apache.camel.component.undertow.UndertowHttpBinding) DefaultUndertowHttpBinding(org.apache.camel.component.undertow.DefaultUndertowHttpBinding)

Aggregations

DefaultUndertowHttpBinding (org.apache.camel.component.undertow.DefaultUndertowHttpBinding)2 UndertowHttpBinding (org.apache.camel.component.undertow.UndertowHttpBinding)2 JndiRegistry (org.apache.camel.impl.JndiRegistry)2