public class BlueprintPropertiesSource extends org.apache.camel.support.service.ServiceSupport implements org.apache.camel.spi.PropertiesSource
PropertiesSource which supports looking up
property placeholders from the Blueprint Property Placeholder Service.| Constructor and Description |
|---|
BlueprintPropertiesSource(org.osgi.service.blueprint.container.BlueprintContainer container,
List<String> ids) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doInit() |
protected void |
doStart() |
protected void |
doStop() |
String |
getName() |
String |
getProperty(String name) |
doResume, doShutdown, doSuspend, getStatus, init, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic BlueprintPropertiesSource(org.osgi.service.blueprint.container.BlueprintContainer container, List<String> ids)
public String getName()
getName in interface org.apache.camel.spi.PropertiesSourcepublic String getProperty(String name)
getProperty in interface org.apache.camel.spi.PropertiesSourceprotected void doInit() throws Exception
doInit in class org.apache.camel.support.service.ServiceSupportExceptionprotected void doStart() throws Exception
doStart in class org.apache.camel.support.service.ServiceSupportExceptionApache Camel