public abstract class DefaultXmlWriterFactory extends Object implements XmlWriterFactory
| Modifier and Type | Class and Description |
|---|---|
protected static class |
DefaultXmlWriterFactory.XmlChannelWriterPoolObject |
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_POOL_SIZE
Default Pool Size
|
| Constructor and Description |
|---|
DefaultXmlWriterFactory(DefaultXmlWriterFactory.XmlChannelWriterPoolObject poolObject) |
DefaultXmlWriterFactory(int size,
DefaultXmlWriterFactory.XmlChannelWriterPoolObject poolObject) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(WritableByteChannel wbc,
Externalizable externalizable) |
List<LegalDocMlException> |
writePermissive(WritableByteChannel wbc,
Externalizable externalizable) |
public static final int DEFAULT_POOL_SIZE
Default Pool Size
public DefaultXmlWriterFactory(DefaultXmlWriterFactory.XmlChannelWriterPoolObject poolObject)
public DefaultXmlWriterFactory(int size,
DefaultXmlWriterFactory.XmlChannelWriterPoolObject poolObject)
public void write(WritableByteChannel wbc, Externalizable externalizable) throws IOException
write in interface XmlWriterFactoryIOExceptionpublic List<LegalDocMlException> writePermissive(WritableByteChannel wbc, Externalizable externalizable) throws IOException
writePermissive in interface XmlWriterFactoryIOExceptionCopyright © 2017. All rights reserved.