public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.batchee.jaxb
|
public ObjectFactory()
public PartitionPlan createPartitionPlan()
PartitionPlanpublic ItemWriter createItemWriter()
ItemWriterpublic CheckpointAlgorithm createCheckpointAlgorithm()
CheckpointAlgorithmpublic BatchArtifactRef createBatchArtifactRef()
BatchArtifactRefpublic ItemProcessor createItemProcessor()
ItemProcessorpublic ExceptionClassFilter createExceptionClassFilter()
ExceptionClassFilterpublic PartitionMapper createPartitionMapper()
PartitionMapperpublic JSLProperties createJSLProperties()
JSLPropertiespublic ExceptionClassFilter.Include createExceptionClassFilterInclude()
ExceptionClassFilter.Includepublic BatchArtifacts createBatchArtifacts()
BatchArtifactspublic ItemReader createItemReader()
ItemReaderpublic PartitionReducer createPartitionReducer()
PartitionReducerpublic ExceptionClassFilter.Exclude createExceptionClassFilterExclude()
ExceptionClassFilter.Excludepublic JAXBElement<BatchArtifacts> createBatchArtifacts(BatchArtifacts value)
public JAXBElement<JSLJob> createJob(JSLJob value)
Copyright © 2022 The Apache Software Foundation. All rights reserved.