Skip navigation links
A B C D G H I J O P R S V W 

A

afterJob(JobExecution) - Method in class org.apache.camel.component.spring.batch.support.CamelJobExecutionListener
 
afterPropertiesSet() - Method in class org.apache.camel.component.spring.batch.support.CamelItemReader
 

B

beforeJob(JobExecution) - Method in class org.apache.camel.component.spring.batch.support.CamelJobExecutionListener
 

C

CamelItemProcessor<I,O> - Class in org.apache.camel.component.spring.batch.support
Spring Batch ItemProcessor sending synchronous request to the given Camel endpoint.
CamelItemProcessor(ProducerTemplate, String) - Constructor for class org.apache.camel.component.spring.batch.support.CamelItemProcessor
 
CamelItemReader<I> - Class in org.apache.camel.component.spring.batch.support
 
CamelItemReader(ConsumerTemplate, String) - Constructor for class org.apache.camel.component.spring.batch.support.CamelItemReader
 
CamelItemWriter<I> - Class in org.apache.camel.component.spring.batch.support
 
CamelItemWriter(ProducerTemplate, String) - Constructor for class org.apache.camel.component.spring.batch.support.CamelItemWriter
 
CamelJobExecutionListener - Class in org.apache.camel.component.spring.batch.support
 
CamelJobExecutionListener(ProducerTemplate, String) - Constructor for class org.apache.camel.component.spring.batch.support.CamelJobExecutionListener
 
CamelJobExecutionListener.EventType - Enum in org.apache.camel.component.spring.batch.support
 
createConsumer(Processor) - Method in class org.apache.camel.component.spring.batch.SpringBatchEndpoint
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.spring.batch.SpringBatchComponent
 
createProducer() - Method in class org.apache.camel.component.spring.batch.SpringBatchEndpoint
 

D

doStart() - Method in class org.apache.camel.component.spring.batch.SpringBatchComponent
 
doStart() - Method in class org.apache.camel.component.spring.batch.SpringBatchEndpoint
 
doStart() - Method in class org.apache.camel.component.spring.batch.support.CamelItemReader
 
doStop() - Method in class org.apache.camel.component.spring.batch.support.CamelItemReader
 

G

getJobFromHeader() - Method in class org.apache.camel.component.spring.batch.SpringBatchEndpoint
 
getJobLauncher() - Method in class org.apache.camel.component.spring.batch.SpringBatchComponent
 
getJobLauncher() - Method in class org.apache.camel.component.spring.batch.SpringBatchEndpoint
 
getJobLauncherRef() - Method in class org.apache.camel.component.spring.batch.SpringBatchEndpoint
Deprecated.
getJobName() - Method in class org.apache.camel.component.spring.batch.SpringBatchEndpoint
 
getJobRegistry() - Method in class org.apache.camel.component.spring.batch.SpringBatchComponent
 
getJobRegistry() - Method in class org.apache.camel.component.spring.batch.SpringBatchEndpoint
 

H

HEADER_KEY - Static variable in enum org.apache.camel.component.spring.batch.support.CamelJobExecutionListener.EventType
 

I

isSingleton() - Method in class org.apache.camel.component.spring.batch.SpringBatchEndpoint
 

J

JOB_NAME - Static variable in class org.apache.camel.component.spring.batch.SpringBatchConstants
 

O

org.apache.camel.component.spring.batch - package org.apache.camel.component.spring.batch
 
org.apache.camel.component.spring.batch.support - package org.apache.camel.component.spring.batch.support
 

P

prepareJobParameters(Map<String, Object>) - Method in class org.apache.camel.component.spring.batch.SpringBatchProducer
Helper method converting the Camel message headers into the Spring Batch parameters map.
process(Exchange) - Method in class org.apache.camel.component.spring.batch.SpringBatchProducer
 
process(I) - Method in class org.apache.camel.component.spring.batch.support.CamelItemProcessor
 

R

read() - Method in class org.apache.camel.component.spring.batch.support.CamelItemReader
 

S

setJobFromHeader(boolean) - Method in class org.apache.camel.component.spring.batch.SpringBatchEndpoint
Explicitly defines if the jobName should be taken from the headers instead of the URI.
setJobLauncher(JobLauncher) - Method in class org.apache.camel.component.spring.batch.SpringBatchComponent
Explicitly specifies a JobLauncher to be used.
setJobLauncher(JobLauncher) - Method in class org.apache.camel.component.spring.batch.SpringBatchEndpoint
Explicitly specifies a JobLauncher to be used.
setJobLauncherRef(String) - Method in class org.apache.camel.component.spring.batch.SpringBatchEndpoint
Deprecated.
setJobName(String) - Method in class org.apache.camel.component.spring.batch.SpringBatchEndpoint
The name of the Spring Batch job located in the registry.
setJobRegistry(JobRegistry) - Method in class org.apache.camel.component.spring.batch.SpringBatchComponent
Explicitly specifies a JobRegistry to be used.
setJobRegistry(JobRegistry) - Method in class org.apache.camel.component.spring.batch.SpringBatchEndpoint
Explicitly specifies a JobRegistry to be used.
SpringBatchComponent - Class in org.apache.camel.component.spring.batch
 
SpringBatchComponent() - Constructor for class org.apache.camel.component.spring.batch.SpringBatchComponent
 
SpringBatchConstants - Class in org.apache.camel.component.spring.batch
Constants.
SpringBatchEndpoint - Class in org.apache.camel.component.spring.batch
The spring-batch component allows to send messages to Spring Batch for further processing.
SpringBatchEndpoint(String, Component, JobLauncher, JobLauncher, Map<String, JobLauncher>, String, JobRegistry) - Constructor for class org.apache.camel.component.spring.batch.SpringBatchEndpoint
 
SpringBatchProducer - Class in org.apache.camel.component.spring.batch
Spring Batch Producer triggering the execution of the jobs.
SpringBatchProducer(SpringBatchEndpoint, JobLauncher, Job, JobRegistry) - Constructor for class org.apache.camel.component.spring.batch.SpringBatchProducer
 

V

valueOf(String) - Static method in enum org.apache.camel.component.spring.batch.support.CamelJobExecutionListener.EventType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.camel.component.spring.batch.support.CamelJobExecutionListener.EventType
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(List<? extends I>) - Method in class org.apache.camel.component.spring.batch.support.CamelItemWriter
 
A B C D G H I J O P R S V W 
Skip navigation links

Apache Camel