public class BlueprintContainerRegistry extends Object implements org.apache.camel.spi.Registry
| Constructor and Description |
|---|
BlueprintContainerRegistry(org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer) |
| Modifier and Type | Method and Description |
|---|---|
<T> Set<T> |
findByType(Class<T> type) |
<T> Map<String,T> |
findByTypeWithName(Class<T> type) |
Object |
lookup(String name) |
<T> T |
lookup(String name,
Class<T> type) |
Object |
lookupByName(String name) |
<T> T |
lookupByNameAndType(String name,
Class<T> type) |
static <T> Map<String,T> |
lookupByType(org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer,
Class<T> type) |
<T> Map<String,T> |
lookupByType(Class<T> type) |
public BlueprintContainerRegistry(org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer)
public Object lookupByName(String name)
lookupByName in interface org.apache.camel.spi.Registrypublic <T> T lookupByNameAndType(String name, Class<T> type)
lookupByNameAndType in interface org.apache.camel.spi.Registrypublic <T> Map<String,T> findByTypeWithName(Class<T> type)
findByTypeWithName in interface org.apache.camel.spi.Registrypublic <T> Set<T> findByType(Class<T> type)
findByType in interface org.apache.camel.spi.Registrypublic Object lookup(String name)
lookup in interface org.apache.camel.spi.Registrypublic <T> T lookup(String name, Class<T> type)
lookup in interface org.apache.camel.spi.Registrypublic <T> Map<String,T> lookupByType(Class<T> type)
lookupByType in interface org.apache.camel.spi.RegistryApache Camel