Package | Description |
---|---|
org.uddi4j.client | |
org.uddi4j.response |
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
PublisherAssertion |
PublisherAssertions.get(int index) |
Retrieve the PublisherAssertion at the specified index within the collection.
|
Modifier and Type | Method | Description |
---|---|---|
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.