|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrun.TestClient
public class TestClient
This class is a sample that uses LXService
through LXClient
.
Constructor Summary | |
---|---|
TestClient()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Main method. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestClient()
Method Detail |
---|
public static void main(java.lang.String[] args)
Main method.
This is an example of use of LXClient
.
This method receives two arguments:
(1) the LXClient
username and
(2) the name of the file containing the text to be
passed to LXClient
.
First, reads the file with the input text. Then, calls all
LXClient
available methods and prints their result.
args
- the arguments to be received by the main method.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |