public interface Pipeline extends Closeable
closed
.Modifier and Type | Method and Description |
---|---|
ContentHandler |
getHandler()
Prepare and gets the
ContentHandler for this pipeline. |
void |
serialize()
Serializes this pipeline.
|
ContentHandler getHandler() throws Exception
ContentHandler
for this pipeline.ContentHandler
Exception
- if an error occuredvoid serialize() throws Exception
getHandler()
method must have been called before, and the ContentHandler
must no longer receive any event.
closed
.Exception
- if an error occured