INRIA & FluxMedia

fr.fluxmedia.transmorpher.TProcessFactory
Class TSerializer

java.lang.Object
  |
  +--fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
        |
        +--fr.fluxmedia.transmorpher.TProcessFactory.TProcessBasic
              |
              +--fr.fluxmedia.transmorpher.TProcessFactory.TSerializer
All Implemented Interfaces:
TProcess

public final class TSerializer
extends TProcessBasic


Field Summary
(package private)  String iXML_Filename
           
(package private)  Properties Op
           
(package private)  Serializer serializer
          the serializer
 
Fields inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
iListIn, iListOut, iName, iNbIn, iNbOut
 
Constructor Summary
TSerializer(String[] pIn, String pFilename)
          The constructor
 
Method Summary
 TProcess internalCopy()
          Copy this component
 
Methods inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
Copy, getIn, getIn, getName, getOut, getOut, setIn, setName, setOut
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

serializer

Serializer serializer
the serializer

iXML_Filename

String iXML_Filename

Op

Properties Op
Constructor Detail

TSerializer

public TSerializer(String[] pIn,
                   String pFilename)
            throws SAXException,
                   IOException
The constructor
Method Detail

internalCopy

public final TProcess internalCopy()
Copy this component
Overrides:
internalCopy in class TProcess_Impl

INRIA & FluxMedia

...