Class IntegratedProcessingUnitContainer


public class IntegratedProcessingUnitContainer extends ApplicationContextProcessingUnitContainer
The integrated processing unit container wraps Spring ApplicationContext. It is created using IntegratedProcessingUnitContainerProvider.

An integrated processing unit container can be used to run a processing unit within an existing environment. An example of what this existing environment will provide is the classpath that the processing unit will run with. Examples for using the integrated processing unit container can be integration tests or running the processing unit from within an IDE.

The integrated processing unit container also provides a a main method (main(String[]) which uses the IntegratedProcessingUnitContainerProvider and the provided parameters create itself. Please see the javadoc for the main method for a full list of the possible parameters values.

Author:
kimchy