cgl.axis.services.client
Class BindingTemplateExample

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

public class BindingTemplateExample
extends java.lang.Object

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

  1. Requests an authorization token
  2. Saves a businessEntity containing a businessService.
  3. Saves a tModel.
  4. Saves bindingTemplate refering to the tModel just created
  5. Finds bindingTemplate using the tModelBag.
  6. Deletes bindingTemplate using the bindingKey.
  7. Cleans up all the data structures created.

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
BindingTemplateExample()
           
 
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

BindingTemplateExample

public BindingTemplateExample()
Method Detail

main

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

run

public void run()