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

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

public class ReadPurchaseOrder
extends java.lang.Object

Reads purchase order DataObject from XML, based upon Fuhwei Lwo's paper Create and read an XML document based on XML Schema. Uses file SdoSampleConstants.PO_XML_GENERATED previously generated by CreatePurchaseOrder to populate 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:


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

Constructor Detail

ReadPurchaseOrder

public ReadPurchaseOrder()
Method Detail

main

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


Copyright © 2007 Apache Software Foundation. All Rights Reserved.