abstract class AbstractSerializerImpl extends Object implements PipelineSerializer
Modifier and Type | Field and Description |
---|---|
protected TransformerHandler |
_handler |
protected OutputStream |
_out |
protected StreamResult |
_streamResult |
Constructor and Description |
---|
AbstractSerializerImpl(TransformerHandler handler,
OutputStream out) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
prepare()
Prepares this serializer.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
serialize
protected TransformerHandler _handler
protected OutputStream _out
protected StreamResult _streamResult
AbstractSerializerImpl(TransformerHandler handler, OutputStream out)
public void prepare() throws Exception
PipelineSerializer
prepare
in interface PipelineSerializer
Exception
- if an error occuredpublic void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException