Package org.apache.batchee.jsefa
Class JSefaXmlWriter
- java.lang.Object
-
- org.apache.batchee.jsefa.JSefaWriter
-
- org.apache.batchee.jsefa.JSefaXmlWriter
-
- All Implemented Interfaces:
javax.batch.api.chunk.ItemWriter
public class JSefaXmlWriter extends JSefaWriter
-
-
Field Summary
-
Fields inherited from class org.apache.batchee.jsefa.JSefaWriter
encoding, file, objectAccessorProvider, objectTypes, serializer, simpleTypeProvider, transactionalWriter, typeMappingRegistry, validationMode, validationProvider
-
-
Constructor Summary
Constructors Constructor Description JSefaXmlWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected net.sf.jsefa.Serializer
createSerializer()
-
Methods inherited from class org.apache.batchee.jsefa.JSefaWriter
checkpointInfo, close, open, writeItems
-
-
-
-
Method Detail
-
createSerializer
protected net.sf.jsefa.Serializer createSerializer() throws Exception
- Specified by:
createSerializer
in classJSefaWriter
- Throws:
Exception
-
-