Interface Pipeline
- All Superinterfaces:
AutoCloseable,Closeable
A pipeline for extraction execution.
Must be
Must be
closed.-
Method Summary
Modifier and TypeMethodDescriptionPrepare and gets theContentHandlerfor this pipeline.voidSerializes this pipeline.
-
Method Details
-
getHandler
Prepare and gets theContentHandlerfor this pipeline.- Returns:
- the
ContentHandler - Throws:
Exception- if an error occured
-
serialize
Serializes this pipeline.getHandler()method must have been called before, and theContentHandlermust no longer receive any event.
Then, the pipeline must beclosed.- Throws:
Exception- if an error occured
-