org.apache.tuscany.samples.sdo.otherSources
Class PurchaseOrderCmdLine

java.lang.Object
  extended by org.apache.tuscany.samples.sdo.otherSources.PurchaseOrderCmdLine

public class PurchaseOrderCmdLine
extends java.lang.Object

Provides interactive menu based command line interface to modify, save, view purchase order DataObject.

Usage:
This sample can easily be run from within Eclipse as a Java Application if tuscany or the sample-sdo project is imported into Eclipse as an existing project.

If executing as a standalone application please do the following:

See Also:
SdoSampleConstants, PurchaseOrderControl

Constructor Summary
PurchaseOrderCmdLine()
           
 
Method Summary
static void main(java.lang.String[] args)
          Drives sample program
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PurchaseOrderCmdLine

public PurchaseOrderCmdLine()
Method Detail

main

public static void main(java.lang.String[] args)
Drives sample program

Parameters:
args. - args[0] is optional xsdFilename, args[1] is optional xmlFileName


Copyright © 2007 Apache Software Foundation. All Rights Reserved.