Uses of Interface
org.apache.camel.component.servlet.HttpRegistry

Packages that use HttpRegistry
org.apache.camel.component.servlet   
 

Uses of HttpRegistry in org.apache.camel.component.servlet
 

Classes in org.apache.camel.component.servlet that implement HttpRegistry
 class DefaultHttpRegistry
           
 

Methods in org.apache.camel.component.servlet that return HttpRegistry
static HttpRegistry DefaultHttpRegistry.getSingletonHttpRegistry()
          Lookup or create a HttpRegistry
 

Methods in org.apache.camel.component.servlet with parameters of type HttpRegistry
 void ServletComponent.setHttpRegistry(HttpRegistry httpRegistry)
           
 



Apache CAMEL