public class TaxActivity extends BaseActivity<ProcessContext<Order>>
Order| Modifier and Type | Field and Description |
|---|---|
protected TaxModule |
taxModule |
protected TaxService |
taxService |
automaticallyRegisterRollbackHandler, beanName, errorHandler, order, rollbackHandler, rollbackRegion, stateConfiguration| Constructor and Description |
|---|
TaxActivity() |
| Modifier and Type | Method and Description |
|---|---|
ProcessContext<Order> |
execute(ProcessContext<Order> context)
Called by the encompassing processor to activate
the execution of the Activity
|
void |
setTaxModule(TaxModule taxModule) |
void |
setTaxService(TaxService taxService) |
getAutomaticallyRegisterRollbackHandler, getBeanName, getErrorHandler, getOrder, getRollbackHandler, getRollbackRegion, getStateConfiguration, setAutomaticallyRegisterRollbackHandler, setBeanName, setErrorHandler, setOrder, setRollbackHandler, setRollbackRegion, setStateConfiguration, shouldExecuteprotected TaxModule taxModule
protected TaxService taxService
public ProcessContext<Order> execute(ProcessContext<Order> context) throws Exception
Activitycontext - - process context for this workflowExceptionpublic void setTaxModule(TaxModule taxModule)
public void setTaxService(TaxService taxService)
Copyright © 2014. All Rights Reserved.