org.apache.camel.blueprint
Class BlueprintContainerRegistry

java.lang.Object
  extended by org.apache.camel.blueprint.BlueprintContainerRegistry
All Implemented Interfaces:
org.apache.camel.spi.Registry

public class BlueprintContainerRegistry
extends java.lang.Object
implements org.apache.camel.spi.Registry


Constructor Summary
BlueprintContainerRegistry(org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer)
           
 
Method Summary
 java.lang.Object lookup(java.lang.String name)
           
<T> T
lookup(java.lang.String name, java.lang.Class<T> type)
           
static
<T> java.util.Map<java.lang.String,T>
lookupByType(org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer, java.lang.Class<T> type)
           
<T> java.util.Map<java.lang.String,T>
lookupByType(java.lang.Class<T> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlueprintContainerRegistry

public BlueprintContainerRegistry(org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer)
Method Detail

lookup

public java.lang.Object lookup(java.lang.String name)
Specified by:
lookup in interface org.apache.camel.spi.Registry

lookup

public <T> T lookup(java.lang.String name,
                    java.lang.Class<T> type)
Specified by:
lookup in interface org.apache.camel.spi.Registry

lookupByType

public <T> java.util.Map<java.lang.String,T> lookupByType(java.lang.Class<T> type)
Specified by:
lookupByType in interface org.apache.camel.spi.Registry

lookupByType

public static <T> java.util.Map<java.lang.String,T> lookupByType(org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer,
                                                                 java.lang.Class<T> type)


Apache CAMEL