Package org.apache.camel.blueprint
Class BlueprintPropertiesSource
- java.lang.Object
-
- org.apache.camel.support.service.BaseService
-
- org.apache.camel.support.service.ServiceSupport
-
- org.apache.camel.blueprint.BlueprintPropertiesSource
-
- All Implemented Interfaces:
AutoCloseable,org.apache.camel.Service,org.apache.camel.ShutdownableService,org.apache.camel.spi.PropertiesSource,org.apache.camel.StatefulService,org.apache.camel.SuspendableService
public class BlueprintPropertiesSource extends org.apache.camel.support.service.ServiceSupport implements org.apache.camel.spi.PropertiesSource
BlueprintPropertiesSourcewhich supports looking up property placeholders from the Blueprint Property Placeholder Service.
-
-
Constructor Summary
Constructors Constructor Description BlueprintPropertiesSource(org.osgi.service.blueprint.container.BlueprintContainer container, List<String> ids)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoInit()protected voiddoStart()protected voiddoStop()StringgetName()StringgetProperty(String name)-
Methods inherited from class org.apache.camel.support.service.BaseService
build, doBuild, doFail, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
BlueprintPropertiesSource
public BlueprintPropertiesSource(org.osgi.service.blueprint.container.BlueprintContainer container, List<String> ids)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.apache.camel.spi.PropertiesSource
-
getProperty
public String getProperty(String name)
- Specified by:
getPropertyin interfaceorg.apache.camel.spi.PropertiesSource
-
doInit
protected void doInit() throws Exception
- Overrides:
doInitin classorg.apache.camel.support.service.BaseService- Throws:
Exception
-
doStart
protected void doStart() throws Exception
- Overrides:
doStartin classorg.apache.camel.support.service.BaseService- Throws:
Exception
-
-