cgl.axis.services.client
Class BusinessEntityExample

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

public class BusinessEntityExample
extends java.lang.Object

Sample code that exercises the publish API through UDDI WSDL Publish PortType. Attempts to save a businessEntity , then finds the saved businessEntity and then deletes the saved businessEntity.

  1. Requests an authorization token
  2. Saves a businessEntity
  3. Finds businessEntity saved in first step.
  4. Deletes the businessEntity saved in first step.

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

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

config

java.util.Properties config
Constructor Detail

BusinessEntityExample

public BusinessEntityExample()
Method Detail

main

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

run

public void run()