uk.org.ogsadai.examples.clienttoolkit
Class DataIntegrationExample

java.lang.Object
  |
  +--uk.org.ogsadai.examples.clienttoolkit.DataIntegrationExample

public class DataIntegrationExample
extends java.lang.Object

This is an example of data integration. An XPath query is performed on an XML database, the results are transformed into a WebRowSet and bulk loaded into a relational database.


Field Summary
private static java.lang.String COPYRIGHT_NOTICE
           
private static java.lang.String serviceHandle
           
 
Constructor Summary
DataIntegrationExample()
           
 
Method Summary
static ResourceID chooseResource(java.lang.String question)
           
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
 

Field Detail

COPYRIGHT_NOTICE

private static final java.lang.String COPYRIGHT_NOTICE
See Also:
Constant Field Values

serviceHandle

private static java.lang.String serviceHandle
Constructor Detail

DataIntegrationExample

public DataIntegrationExample()
Method Detail

chooseResource

public static ResourceID chooseResource(java.lang.String question)
                                 throws java.lang.Exception
java.lang.Exception

main

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