Uses of Class
org.uddi4j.datatype.assertion.PublisherAssertion
-
Packages that use PublisherAssertion Package Description org.uddi4j.client org.uddi4j.response -
-
Uses of PublisherAssertion in org.uddi4j.client
Methods in org.uddi4j.client with parameters of type PublisherAssertion 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. -
Uses of PublisherAssertion in org.uddi4j.response
Methods in org.uddi4j.response that return PublisherAssertion Modifier and Type Method Description 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 Modifier and Type Method Description void
PublisherAssertions. add(PublisherAssertion p)
Add a PublisherAssertion object to the collectionboolean
PublisherAssertions. remove(PublisherAssertion p)
Remove a PublisherAssertion object from the collection
-