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
 HttpRegistry ServletComponent.getHttpRegistry()
           
static HttpRegistry DefaultHttpRegistry.getHttpRegistry(String name)
          Lookup or create a new registry if none exists with the given name
 

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



Apache Camel