|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.impl.PropertyPlaceholderDelegateRegistry
public class PropertyPlaceholderDelegateRegistry
A Registry which delegates to the real registry.
| Constructor Summary | |
|---|---|
PropertyPlaceholderDelegateRegistry(CamelContext context,
Registry delegate)
|
|
| Method Summary | ||
|---|---|---|
Registry |
getRegistry()
|
|
Object |
lookup(String name)
Looks up a service in the registry based purely on name, returning the service or null if it could not be found. |
|
|
lookup(String name,
Class<T> type)
Looks up a service in the registry, returning the service or null if it could not be found. |
|
|
lookupByType(Class<T> type)
Looks up services in the registry by their type. |
|
String |
toString()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyPlaceholderDelegateRegistry(CamelContext context,
Registry delegate)
| Method Detail |
|---|
public Object lookup(String name)
Registry
lookup in interface Registryname - the name of the service
public <T> T lookup(String name,
Class<T> type)
Registry
lookup in interface Registryname - the name of the servicetype - the type of the required service
public <T> Map<String,T> lookupByType(Class<T> type)
RegistryJndiRegistry.
lookupByType in interface Registrytype - the type of the registered services
public Registry getRegistry()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||