Package org.camunda.bpm.camel.blueprint
Class CamelServiceImpl
- java.lang.Object
-
- org.camunda.bpm.camel.common.CamelServiceCommonImpl
-
- org.camunda.bpm.camel.blueprint.CamelServiceImpl
-
- All Implemented Interfaces:
CamelService,org.camunda.bpm.engine.delegate.JavaDelegate
public class CamelServiceImpl extends CamelServiceCommonImpl implements org.camunda.bpm.engine.delegate.JavaDelegate
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.camel.common.CamelServiceCommonImpl
camelContext, processEngine
-
-
Constructor Summary
Constructors Constructor Description CamelServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.camunda.bpm.engine.delegate.DelegateExecution execution)voidsetCamelContext(org.apache.camel.CamelContext camelContext)voidsetProcessEngine(org.camunda.bpm.engine.ProcessEngine processEngine)-
Methods inherited from class org.camunda.bpm.camel.common.CamelServiceCommonImpl
sendTo, sendTo, sendTo
-
-
-
-
Method Detail
-
setProcessEngine
public void setProcessEngine(org.camunda.bpm.engine.ProcessEngine processEngine)
- Specified by:
setProcessEnginein classCamelServiceCommonImpl
-
setCamelContext
public void setCamelContext(org.apache.camel.CamelContext camelContext)
- Specified by:
setCamelContextin classCamelServiceCommonImpl
-
-