|
INRIA & FluxMedia | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fr.fluxmedia.transmorpher.TProcessFactory.TProcessFactory
Field Summary | |
(package private) Vector |
iGeneratorList
|
(package private) static int |
INFINITY
|
(package private) static int |
NB_READER_RISE
|
(package private) static SAXTransformerFactory |
saxTFactory
the SAXTransformerFactory |
(package private) static boolean |
testReader
|
(package private) static boolean |
testSerializer
|
(package private) static TransformerFactory |
tFactory
The Transformer factory |
Constructor Summary | |
TProcessFactory()
The constructor |
Method Summary | |
(package private) static void |
Class constructor |
(package private) static SAXTransformerFactory |
getSAXTFactory()
Return the sax factory |
static TProcess |
newApplyProcess(String[] pIn,
String[] pOut,
Parameters pParam,
StringParameters staticAttributes)
|
static TProcess |
newApplyQuery(String[] pIn,
String[] pOut,
Parameters pParam,
StringParameters staticAttributes)
Build a new query. currently only build a internal one. |
static TProcess |
newConnector(String[] pIn,
String[] pOut,
Parameters pParam)
Build a new Connector. currently only build a basic one. |
static TProcess |
newDispatcher(String[] pIn,
String[] pOut,
Parameters pParam)
Build a new dispatcher. currently only build a basic one. |
static TProcess |
newExternal(String[] pIn,
String[] pOut,
Parameters pParam)
Build a new Transformer according th the given type. |
TProcess |
newGenerator(String[] pOut,
Parameters pParam,
StringParameters staticAttributes)
Create a new generator. |
TProcess |
newLoop(String[] pIn,
String[] pOut,
String pRefOn,
int pCount,
TProcessComposite pTemplateList)
Create a new loop |
static TProcess |
newMain(String[] pIn,
String[] pOut,
Parameters p)
Create a new main process |
static TProcess |
newRuleSet(String[] pIn,
String[] pOut,
Parameters pParam,
StringParameters staticAttributes)
Build an new ruleset process |
static TProcess |
newSerializer(String[] pIn,
Parameters pParam,
StringParameters staticAttributes)
Build a new Connector. currently only build a basic one. |
static TProcess |
newServlet(String[] pIn,
String[] pOut,
Parameters p)
Create a new servlet (for the moment the same thing than a main |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
Field Detail |
static final int NB_READER_RISE
static final int INFINITY
static boolean testSerializer
static boolean testReader
Vector iGeneratorList
static TransformerFactory tFactory
static SAXTransformerFactory saxTFactory
Constructor Detail |
public TProcessFactory() throws TransformerException, TransformerConfigurationException, SAXException, IOException
Method Detail |
static void()
static final SAXTransformerFactory getSAXTFactory()
public final TProcess newGenerator(String[] pOut, Parameters pParam, StringParameters staticAttributes) throws SAXException, IOException
public final TProcess newLoop(String[] pIn, String[] pOut, String pRefOn, int pCount, TProcessComposite pTemplateList) throws TransformerException, TransformerConfigurationException, SAXException, IOException
public static final TProcess newMain(String[] pIn, String[] pOut, Parameters p) throws TransformerException, TransformerConfigurationException, SAXException, IOException
public static final TProcess newServlet(String[] pIn, String[] pOut, Parameters p) throws TransformerException, TransformerConfigurationException, SAXException, IOException
public static final TProcess newDispatcher(String[] pIn, String[] pOut, Parameters pParam)
public static final TProcess newExternal(String[] pIn, String[] pOut, Parameters pParam) throws TransformerException, TransformerConfigurationException, SAXException, IOException
public static final TProcess newApplyQuery(String[] pIn, String[] pOut, Parameters pParam, StringParameters staticAttributes) throws TransformerException, SAXException, IOException
public static final TProcess newApplyProcess(String[] pIn, String[] pOut, Parameters pParam, StringParameters staticAttributes) throws TransformerException, TransformerConfigurationException, SAXException, IOException
public static final TProcess newRuleSet(String[] pIn, String[] pOut, Parameters pParam, StringParameters staticAttributes) throws TransformerException, TransformerConfigurationException, SAXException, IOException
public static final TProcess newConnector(String[] pIn, String[] pOut, Parameters pParam)
public static final TProcess newSerializer(String[] pIn, Parameters pParam, StringParameters staticAttributes) throws SAXException, IOException
|
INRIA & FluxMedia | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |