Uses of Interface
org.apache.camel.spi.RestRegistry.RestService

Packages that use RestRegistry.RestService
org.apache.camel.impl Default implementation classes for Camel Core 
org.apache.camel.spi Service Provider Interfaces used internally by the Camel runtime which are plugin strategies. 
 

Uses of RestRegistry.RestService in org.apache.camel.impl
 

Methods in org.apache.camel.impl that return types with arguments of type RestRegistry.RestService
 List<RestRegistry.RestService> DefaultRestRegistry.listAllRestServices()
           
 

Uses of RestRegistry.RestService in org.apache.camel.spi
 

Methods in org.apache.camel.spi that return types with arguments of type RestRegistry.RestService
 List<RestRegistry.RestService> RestRegistry.listAllRestServices()
          List all REST services from this registry.
 



Apache Camel