Class TalkBankSessionWriter
java.lang.Object
ca.phon.phontalk.plugin.TalkBankSessionWriter
- All Implemented Interfaces:
IPluginExtensionPoint<SessionWriter>,SessionWriter
@SessionIO(group="org.talkbank",
id="talkbank",
version="2.5.0",
mimetype="application/xml",
extension="xml",
name="TalkBank (.xml)")
public class TalkBankSessionWriter
extends Object
implements SessionWriter, IPluginExtensionPoint<SessionWriter>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?> Get type of extensionGet factory for extension point objectsvoidwriteSession(Session session, OutputStream out) Write the givenSessionto the providedOutputStream
-
Constructor Details
-
TalkBankSessionWriter
public TalkBankSessionWriter() -
TalkBankSessionWriter
-
-
Method Details
-
getListener
-
writeSession
Description copied from interface:SessionWriterWrite the givenSessionto the providedOutputStream- Specified by:
writeSessionin interfaceSessionWriter- Parameters:
session-out-- Throws:
IOException
-
getExtensionType
Description copied from interface:IPluginExtensionPointGet type of extension- Specified by:
getExtensionTypein interfaceIPluginExtensionPoint<SessionWriter>
-
getFactory
Description copied from interface:IPluginExtensionPointGet factory for extension point objects- Specified by:
getFactoryin interfaceIPluginExtensionPoint<SessionWriter>
-