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, waitserializeprotected TransformerHandler _handler
protected OutputStream _out
protected StreamResult _streamResult
AbstractSerializerImpl(TransformerHandler handler, OutputStream out)
public void prepare() throws Exception
PipelineSerializerprepare in interface PipelineSerializerException - if an error occuredpublic void close() throws IOException
close in interface Closeableclose in interface AutoCloseableIOException