uk.org.ogsadai.examples.clienttoolkit
Class SimpleExample

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

public class SimpleExample
extends java.lang.Object

A simple example of using the client toolkit to run an SQL query and return the results in the response to the client as WebRowSet.

Author:
The OGSA-DAI team.

Field Summary
private static java.lang.String COPYRIGHT_NOTICE
           
 
Constructor Summary
SimpleExample()
           
 
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
 

Field Detail

COPYRIGHT_NOTICE

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

SimpleExample

public SimpleExample()
Method Detail

main

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