Interface X4OWriterSession<T>
- All Superinterfaces:
X4OConnection, X4OWriter<T>
- All Known Implementing Classes:
AbstractX4OWriter, AbstractX4OWriterSession, DefaultX4OWriter
X4OWriterSession is writer with language session.
- Version:
- 1.0 Apr 6, 2013
- Author:
- Willem Cazander
-
Method Summary
Modifier and TypeMethodDescriptionvoidwriteFileSession(X4OLanguageSession context, File file) voidwriteFileSession(X4OLanguageSession context, String fileName) voidwriteSession(X4OLanguageSession context, OutputStream out) writeStringSession(X4OLanguageSession context) Methods inherited from interface X4OConnection
addPhaseSkip, getProperty, getPropertyKeys, setPhaseStop, setPropertyMethods inherited from interface X4OWriter
write, writeFile, writeFile, writeString
-
Method Details
-
writeSession
void writeSession(X4OLanguageSession context, OutputStream out) throws X4OConnectionException, SAXException, IOException -
writeFileSession
void writeFileSession(X4OLanguageSession context, String fileName) throws X4OConnectionException, SAXException, IOException -
writeFileSession
void writeFileSession(X4OLanguageSession context, File file) throws X4OConnectionException, SAXException, IOException -
writeStringSession
String writeStringSession(X4OLanguageSession context) throws X4OConnectionException, SAXException, IOException
-