cgl.axis.services.client
Class BusinessServiceExample

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

public class BusinessServiceExample
extends java.lang.Object

Sample code that exercises the publish API through . Attempts to save a businessService, finds the saved businessService and then deletes the saved businessService.

  1. Requests an authorization token
  2. Saves a businessEntity.
  3. Saves a businessService.
  4. Finds a saved businessService.
  5. Deletes the saved businessService.
  6. Cleans up the data structures created (businessEntity)

Author:
Mehmet S. Aktas (maktas@indiana.edu)
To Do:
This Client is not implemented yet.

Field Summary
(package private)  java.util.Properties config1
           
 
Constructor Summary
BusinessServiceExample()
           
 
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

BusinessServiceExample

public BusinessServiceExample()
Method Detail

main

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

run

public void run()