Uses of Class
org.uddi4j.datatype.assertion.PublisherAssertion
Packages that use PublisherAssertion
-
Uses of PublisherAssertion in org.uddi4j.client
Methods in org.uddi4j.client with parameters of type PublisherAssertionModifier and TypeMethodDescriptionUDDIProxy.add_publisherAssertions
(String authInfo, PublisherAssertion publisherAssertion) The add_publisherAssertions message is used to add relationship assertions to the existing set of assertions.UDDIProxy.delete_publisherAssertions
(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.UDDIProxy.set_publisherAssertions
(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 PublisherAssertionModifier and TypeMethodDescriptionPublisherAssertions.get
(int index) Retrieve the PublisherAssertion at the specified index within the collection.Methods in org.uddi4j.response with parameters of type PublisherAssertionModifier and TypeMethodDescriptionvoid
PublisherAssertions.add
(PublisherAssertion p) Add a PublisherAssertion object to the collectionboolean
PublisherAssertions.remove
(PublisherAssertion p) Remove a PublisherAssertion object from the collection