public interface X4OWriter<T> extends X4OConnection
| Modifier and Type | Method and Description |
|---|---|
void |
write(T object,
OutputStream out) |
void |
writeFile(T object,
File file) |
void |
writeFile(T object,
String fileName) |
String |
writeString(T object) |
getProperty, getPropertyKeySet, setPropertyvoid write(T object, OutputStream out) throws X4OConnectionException, SAXException, IOException
void writeFile(T object, String fileName) throws X4OConnectionException, SAXException, IOException
void writeFile(T object, File file) throws X4OConnectionException, SAXException, IOException
String writeString(T object) throws X4OConnectionException, SAXException, IOException
Copyright © 2004-2013 X4O. All Rights Reserved.