public abstract class AbstractX4OWriter<T> extends AbstractX4OWriterContext<T> implements X4OWriter<T>
| Constructor and Description |
|---|
AbstractX4OWriter(X4OLanguageContext elementLanguage) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getPropertyKeySet() |
void |
write(T object,
OutputStream output) |
void |
writeFile(T object,
File file) |
void |
writeFile(T object,
String fileName) |
String |
writeString(T object) |
writeFileContext, writeFileContext, writeStringContextgetLanguageContext, getProperty, setPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProperty, setPropertywriteContextpublic AbstractX4OWriter(X4OLanguageContext elementLanguage)
public String[] getPropertyKeySet()
getPropertyKeySet in interface X4OConnectionX4OConnection.getPropertyKeySet()public void write(T object, OutputStream output) throws X4OConnectionException, SAXException, IOException
write in interface X4OWriter<T>X4OConnectionExceptionSAXExceptionIOExceptionpublic void writeFile(T object, String fileName) throws X4OConnectionException, SAXException, IOException, FileNotFoundException
writeFile in interface X4OWriter<T>X4OConnectionExceptionSAXExceptionIOExceptionFileNotFoundExceptionpublic void writeFile(T object, File file) throws X4OConnectionException, SAXException, IOException, FileNotFoundException
writeFile in interface X4OWriter<T>X4OConnectionExceptionSAXExceptionIOExceptionFileNotFoundExceptionpublic String writeString(T object) throws X4OConnectionException, SAXException, IOException, FileNotFoundException
writeString in interface X4OWriter<T>X4OConnectionExceptionSAXExceptionIOExceptionFileNotFoundExceptionCopyright © 2004-2013 X4O. All Rights Reserved.