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 DispositionReportUDDIProxy. add_publisherAssertions(java.lang.String authInfo, PublisherAssertion publisherAssertion)The add_publisherAssertions message is used to add relationship assertions to the existing set of assertions.DispositionReportUDDIProxy. 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.PublisherAssertionsUDDIProxy. 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 PublisherAssertionPublisherAssertions. 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 voidPublisherAssertions. add(PublisherAssertion p)Add a PublisherAssertion object to the collectionbooleanPublisherAssertions. remove(PublisherAssertion p)Remove a PublisherAssertion object from the collection
-