|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.interfaceware.chameleon.Engine
com.interfaceware.chameleon.DynamicEngine
public class DynamicEngine
This class implements a dynamic version of the Engine that
allows the message tables to be explored dynamically
rather than relying on stubcode. This is required
because Engine is a pure abstract class. In order
to be able to instantiate an Engine-derived object
without stubcode, this class is provided.
| Constructor Summary | |
|---|---|
DynamicEngine()
Constructor. |
|
| Method Summary | |
|---|---|
int |
parseMessageDynamically(java.lang.String Flatwire,
Table MessageTable)
Parse message dynamically. |
| Methods inherited from class com.interfaceware.chameleon.Engine |
|---|
ackMessageIndex, addLog, buildNumber, config, configName, countOfConfig, countOfMessage, countOfMessageIdentifier, createEmptyMessageTable, currentConfigIndex, errorEvent, finalize, generate, generateAckFromMessage, generateSchema, ignoreMessageIndex, inConfigIndex, load, log, majorVersion, makeMessagePrintable, messageIdentity, messageName, minorVersion, outConfigIndex, parse, parseMessage, println, release, setCurrentConfigIndex, setPythonKeyValuePair, setRejectBadSegmentGrammar, transformMessage, translateMessageToXml, translateXmlToMessage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DynamicEngine()
throws ChameleonException
ChameleonException| Method Detail |
|---|
public int parseMessageDynamically(java.lang.String Flatwire,
Table MessageTable)
throws ChameleonException
Table object before calling
this method.
ChameleonException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||