com.softwareag.tamino.db.api.objectModel.stream
Class TStreamObjectModel
java.lang.Object
com.softwareag.tamino.db.api.objectModel.TXMLObjectModel
com.softwareag.tamino.db.api.objectModel.stream.TStreamObjectModel
public class TStreamObjectModel
- extends TXMLObjectModel
TStreamObjectModel represents the stream object model. This class is used when creating
accessor instances. An accessor is always created for a specific object model. The
factory methods for creating an accessor take an instance of an object model class.
Using this object model for an accessor determines that the XML documents
provided by that accessor are streams.
This class implements the singleton pattern, i.e. there is always only
one instance of this class available.
- Version:
- $Revision: 1.7 $
- Author:
- Marcus Schreyer
Methods inherited from class com.softwareag.tamino.db.api.objectModel.TXMLObjectModel |
deregister, getAdapterClass, getAdapterConstructor, getDocumentClass, getElementClass, getInputStreamInterpreterClass, getLocale, getProperty, getPropertyIterator, getPropertyKeyIterator, getRegisteredModel, getRegisteredModel, getRegisteredModels, getSpecifier, isRegistered, register, setLocale, setProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TStreamObjectModel
protected TStreamObjectModel()
- Internal constructor. Initializes the singleton instance of the stream object model.
getInstance
public static TXMLObjectModel getInstance()
- Gets the singleton TStreamObjectModel instance.
- Returns:
- the singleton TStreamObjectModel instance.
Copyright (c) 2013 Software AG. All Rights Reserved.