|
WebLogic Server 7.0 Code Examples, BEA Systems, Inc. | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Object | +--examples.xml.orderParser.Client
Initiates the parsing of an XML document into business objects using the XMLInputStream API.
| Constructor Summary | |
Client()
|
|
| Method Summary | |
static void |
main(java.lang.String[] args)
Run this Client from the command line. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public Client()
| Method Detail |
public static void main(java.lang.String[] args)
The Client expects one argument: the name of the XML file to be parsed. The Client looks for the XML file in the current directory.
To run the client, enter this command at the command line: java examples.xml.orderParser.Client filename.xml
|
Documentation is available at http://e-docs.bea.com/wls/docs70 |
|||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||