fr.fluxmedia.transmorpher.TProcessFactory
Class TConnector
java.lang.Object
|
+--fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
|
+--fr.fluxmedia.transmorpher.TProcessFactory.TProcessBasic
|
+--fr.fluxmedia.transmorpher.TProcessFactory.TConnector
- All Implemented Interfaces:
- TProcess
- public final class TConnector
- extends TProcessBasic
This class based on the TProcessBasic allow to define
a Connector. A connector is a N -> 1 element.
It 's allow to merge a set of ContentHandler flow
- Since:
- jdk 1.2 / SAX 2.0
- See Also:
OneMixer
,
MultipleMixer
,
fr.fluxmedia.transmorpher.TProcessFactory.ProcessBasic
Field Summary |
(package private) MultipleMixer |
iMM
The multiple mixer which realize the merge |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
iMM
MultipleMixer iMM
- The multiple mixer which realize the merge
TConnector
public TConnector(String[] pIn,
String[] pOut)
- The constructor
setContentHandler
public final void setContentHandler(ContentHandler pContentHandler)
- Allow to set the content handler on Mixer for out port
getContentHandler
public final ContentHandler getContentHandler()
- Allow to get the content handler for in port
internalCopy
public final TProcess internalCopy()
- Copy the connector, this method is called by the copy method of the PRocess_impl classes
- Overrides:
internalCopy
in class TProcess_Impl
...