Class DefaultJobXMLLoaderService
- java.lang.Object
-
- org.apache.batchee.container.services.loader.DefaultJobXMLLoaderService
-
- All Implemented Interfaces:
BatchService
,JobXMLLoaderService
public class DefaultJobXMLLoaderService extends Object implements JobXMLLoaderService
-
-
Constructor Summary
Constructors Constructor Description DefaultJobXMLLoaderService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init(Properties batchConfig)
String
loadJSL(String id)
String
toString()
-
-
-
Method Detail
-
loadJSL
public String loadJSL(String id)
- Specified by:
loadJSL
in interfaceJobXMLLoaderService
-
init
public void init(Properties batchConfig) throws BatchContainerServiceException
- Specified by:
init
in interfaceBatchService
- Throws:
BatchContainerServiceException
-
-