Uses of Class
org.uddi4j.datatype.assertion.PublisherAssertion

Packages that use PublisherAssertion
org.uddi4j.client   
org.uddi4j.response   
 

Uses of PublisherAssertion in org.uddi4j.client
 

Methods in org.uddi4j.client with parameters of type PublisherAssertion
 DispositionReport UDDIProxy.add_publisherAssertions(java.lang.String authInfo, PublisherAssertion publisherAssertion)
          The add_publisherAssertions message is used to add relationship assertions to the existing set of assertions.
 DispositionReport UDDIProxy.delete_publisherAssertions(java.lang.String authInfo, PublisherAssertion publisherAssertion)
          The delete_publisherAssertions message is used to delete specific publisher assertions from the assertion collection controlled by a particular publisher account.
 PublisherAssertions UDDIProxy.set_publisherAssertions(java.lang.String authInfo, PublisherAssertion pub)
          The set_publisherAssertions message is used to save the complete set of publisher assertions for an individual publisher account.
 

Uses of PublisherAssertion in org.uddi4j.response
 

Methods in org.uddi4j.response that return PublisherAssertion
 PublisherAssertion PublisherAssertions.get(int index)
          Retrieve the PublisherAssertion at the specified index within the collection.
 

Methods in org.uddi4j.response with parameters of type PublisherAssertion
 void PublisherAssertions.add(PublisherAssertion p)
          Add a PublisherAssertion object to the collection
 boolean PublisherAssertions.remove(PublisherAssertion p)
          Remove a PublisherAssertion object from the collection
 



Copyright © 2001 International Business Machines Corporation, Hewlett-Packard Company. All Rights Reserved.