WebLogic Server 7.0 Code Examples, BEA Systems, Inc.

examples.xml.orderParser
Class Client

java.lang.Object
  |
  +--examples.xml.orderParser.Client

public class Client
extends java.lang.Object

Initiates the parsing of an XML document into business objects using the XMLInputStream API.

Author:
Copyright (c) 2002 by BEA Systems, Inc. All Rights Reserved.

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Client

public Client()
Method Detail

main

public static void main(java.lang.String[] args)
Run this Client from the command line.

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

Copyright © 2002 BEA Systems, Inc. All Rights Reserved.