public class SpringBatchComponent
extends org.apache.camel.impl.DefaultComponent
| Constructor and Description |
|---|
SpringBatchComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
protected void |
doStart() |
void |
setJobLauncher(org.springframework.batch.core.launch.JobLauncher jobLauncher) |
afterConfiguration, createComponentConfiguration, createConfiguration, createEndpoint, doStop, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, preProcessUri, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIprotected org.apache.camel.Endpoint createEndpoint(String uri, String remaining, Map<String,Object> parameters) throws Exception
createEndpoint in class org.apache.camel.impl.DefaultComponentExceptionprotected void doStart()
throws Exception
doStart in class org.apache.camel.impl.DefaultComponentExceptionpublic void setJobLauncher(org.springframework.batch.core.launch.JobLauncher jobLauncher)
Apache Camel