cgl.axis.services.client
Class SaveTModelExample

java.lang.Object
  |
  +--cgl.axis.services.client.SaveTModelExample

public class SaveTModelExample
extends java.lang.Object

Sample code that exercises the publish API. Attempts to save a tModel and then finds the tModel

  1. Requests an authorization token
  2. Saves a TModel.
  3. Finds a TModel.

Author:
Mehmet S. Aktas (maktas@indiana.edu)

Field Summary
(package private)  java.util.Properties config1
           
 
Constructor Summary
SaveTModelExample()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

config1

java.util.Properties config1
Constructor Detail

SaveTModelExample

public SaveTModelExample()
Method Detail

main

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

run

public void run()