public class DemoEndlessXmlFile extends DemoFramework
The first file 'xmlfile_1' should have an 'association request' so that the requests in 'xmlfile_2' receive correct answers.
Constructor and Description |
---|
DemoEndlessXmlFile() |
Modifier and Type | Method and Description |
---|---|
void |
displayUsage()
Displays demo usage.
|
void |
exeDemo(java.lang.String[] args,
java.lang.String filename)
Executes the demo.
|
initializeParameters, onReceivedStream, onSentStream, onStateChange, processXmlFile
public void displayUsage()
DemoBase
Extending classes should call
displayUsage
in class DemoBase
public void exeDemo(java.lang.String[] args, java.lang.String filename) throws java.lang.Exception
DemoBase
Here we simply display the libraries' versions
Extending classes should call super.exeDemo() to display the versions.