Uses of Class
org.uddi4j.response.PublisherAssertions
-
Packages that use PublisherAssertions Package Description org.uddi4j.client -
-
Uses of PublisherAssertions in org.uddi4j.client
Methods in org.uddi4j.client that return PublisherAssertions Modifier and Type Method Description PublisherAssertionsUDDIProxy. get_publisherAssertions(java.lang.String authInfo)The get_publisherAssertions message is used to get a list of active publisher assertions that are controlled by an individual publisher account.PublisherAssertionsUDDIProxy. set_publisherAssertions(java.lang.String authInfo, java.util.Vector publisherAssertion)The set_publisherAssertions message is used to save the complete set of publisher assertions for an individual 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.
-