cgl.axis.services.client
Class PublisherAssertionExample

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

public class PublisherAssertionExample
extends java.lang.Object

Sample code that exercises the publish API.The Publisher Assertion is used to express the relationship exist between BusinessEntities.This sample attempts to add a publisherAssertion , finds the related Businesses and then delete the publisherAssertion .

  1. Requests an authorization token
  2. Save one business & find one business for asserting a relationship with each other.
  3. Add a PublisherAssertion between two Business Entity
  4. Lists businesses Asserted by BusinessKey holder.
  5. Deletes the PublisherAssertion added.
  6. Cleans up the Data Structures created.

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

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

PublisherAssertionExample

public PublisherAssertionExample()
Method Detail

main

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

run

public void run()