jsr352.batch.jsl
Class ObjectFactory

java.lang.Object
  extended by jsr352.batch.jsl.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the jsr352.batch.jsl package.

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 Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: jsr352.batch.jsl
 
Method Summary
 Analyzer createAnalyzer()
          Create an instance of Analyzer
 Batchlet createBatchlet()
          Create an instance of Batchlet
 CheckpointAlgorithm createCheckpointAlgorithm()
          Create an instance of CheckpointAlgorithm
 Chunk createChunk()
          Create an instance of Chunk
 Collector createCollector()
          Create an instance of Collector
 Decision createDecision()
          Create an instance of Decision
 End createEnd()
          Create an instance of End
 ExceptionClassFilter createExceptionClassFilter()
          Create an instance of ExceptionClassFilter
 ExceptionClassFilter.Exclude createExceptionClassFilterExclude()
          Create an instance of ExceptionClassFilter.Exclude
 ExceptionClassFilter.Include createExceptionClassFilterInclude()
          Create an instance of ExceptionClassFilter.Include
 Fail createFail()
          Create an instance of Fail
 Flow createFlow()
          Create an instance of Flow
 JAXBElement<Flow> createFlow(Flow value)
          Create an instance of JAXBElement<Flow>}
 JAXBElement<JSLJob> createJob(JSLJob value)
          Create an instance of JAXBElement<JSLJob>}
 JSLJob createJSLJob()
          Create an instance of JSLJob
 JSLProperties createJSLProperties()
          Create an instance of JSLProperties
 Listener createListener()
          Create an instance of Listener
 Listeners createListeners()
          Create an instance of Listeners
 Next createNext()
          Create an instance of Next
 Partition createPartition()
          Create an instance of Partition
 PartitionMapper createPartitionMapper()
          Create an instance of PartitionMapper
 PartitionPlan createPartitionPlan()
          Create an instance of PartitionPlan
 PartitionReducer createPartitionReducer()
          Create an instance of PartitionReducer
 Property createProperty()
          Create an instance of Property
 Split createSplit()
          Create an instance of Split
 JAXBElement<Split> createSplit(Split value)
          Create an instance of JAXBElement<Split>}
 Step createStep()
          Create an instance of Step
 JAXBElement<Step> createStep(Step value)
          Create an instance of JAXBElement<Step>}
 Stop createStop()
          Create an instance of Stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: jsr352.batch.jsl

Method Detail

createExceptionClassFilter

public ExceptionClassFilter createExceptionClassFilter()
Create an instance of ExceptionClassFilter


createSplit

public Split createSplit()
Create an instance of Split


createStep

public Step createStep()
Create an instance of Step


createJSLJob

public JSLJob createJSLJob()
Create an instance of JSLJob


createFlow

public Flow createFlow()
Create an instance of Flow


createBatchlet

public Batchlet createBatchlet()
Create an instance of Batchlet


createPartitionReducer

public PartitionReducer createPartitionReducer()
Create an instance of PartitionReducer


createStop

public Stop createStop()
Create an instance of Stop


createAnalyzer

public Analyzer createAnalyzer()
Create an instance of Analyzer


createCheckpointAlgorithm

public CheckpointAlgorithm createCheckpointAlgorithm()
Create an instance of CheckpointAlgorithm


createPartition

public Partition createPartition()
Create an instance of Partition


createPartitionMapper

public PartitionMapper createPartitionMapper()
Create an instance of PartitionMapper


createCollector

public Collector createCollector()
Create an instance of Collector


createChunk

public Chunk createChunk()
Create an instance of Chunk


createPartitionPlan

public PartitionPlan createPartitionPlan()
Create an instance of PartitionPlan


createJSLProperties

public JSLProperties createJSLProperties()
Create an instance of JSLProperties


createNext

public Next createNext()
Create an instance of Next


createListener

public Listener createListener()
Create an instance of Listener


createProperty

public Property createProperty()
Create an instance of Property


createEnd

public End createEnd()
Create an instance of End


createDecision

public Decision createDecision()
Create an instance of Decision


createFail

public Fail createFail()
Create an instance of Fail


createListeners

public Listeners createListeners()
Create an instance of Listeners


createExceptionClassFilterInclude

public ExceptionClassFilter.Include createExceptionClassFilterInclude()
Create an instance of ExceptionClassFilter.Include


createExceptionClassFilterExclude

public ExceptionClassFilter.Exclude createExceptionClassFilterExclude()
Create an instance of ExceptionClassFilter.Exclude


createSplit

public JAXBElement<Split> createSplit(Split value)
Create an instance of JAXBElement<Split>}


createJob

public JAXBElement<JSLJob> createJob(JSLJob value)
Create an instance of JAXBElement<JSLJob>}


createStep

public JAXBElement<Step> createStep(Step value)
Create an instance of JAXBElement<Step>}


createFlow

public JAXBElement<Flow> createFlow(Flow value)
Create an instance of JAXBElement<Flow>}



Copyright © 2013. All Rights Reserved.