Uses of Class
org.uddi4j.response.DispositionReport
Packages that use DispositionReport
-
Uses of DispositionReport in org.uddi4j
Methods in org.uddi4j that return DispositionReport -
Uses of DispositionReport in org.uddi4j.client
Methods in org.uddi4j.client that return DispositionReportModifier and TypeMethodDescriptionUDDIProxy.add_publisherAssertions
(String authInfo, Vector publisherAssertion) The add_publisherAssertions message is used to add relationship assertions to the existing set of assertions.UDDIProxy.add_publisherAssertions
(String authInfo, PublisherAssertion publisherAssertion) The add_publisherAssertions message is used to add relationship assertions to the existing set of assertions.UDDIProxy.delete_binding
(String authInfo, String bindingKey) The delete_binding message causes one or more bindingTemplate to be deleted.UDDIProxy.delete_binding
(String authInfo, Vector bindingKeyStrings) The delete_binding message causes one or more bindingTemplate to be deleted.UDDIProxy.delete_business
(String authInfo, String businessKey) The delete_business message is used to remove one or more businessEntity structures.UDDIProxy.delete_business
(String authInfo, Vector businessKeyStrings) The delete_business message is used to remove one or more businessEntity structures.UDDIProxy.delete_publisherAssertions
(String authInfo, Vector publisherAssertion) The delete_publisherAssertions message is used to delete specific publisher assertions from the assertion collection controlled by a particular publisher account.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.delete_service
(String authInfo, String serviceKey) The delete_service message is used to remove one or more businessService structures.UDDIProxy.delete_service
(String authInfo, Vector serviceKeyStrings) The delete_service message is used to remove one or more businessService structures.UDDIProxy.delete_tModel
(String authInfo, String tModelKey) The delete_tModel message is used to remove or retire one or more tModel structures.UDDIProxy.delete_tModel
(String authInfo, Vector tModelKeyStrings) The delete_tModel message is used to remove or retire one or more tModel structures.UDDIProxy.discard_authToken
(String authInfo) The discard_authToken message is used to inform an Operator Site that the authentication token can be discarded.UDDIProxy.discard_authToken
(AuthInfo authInfo) The discard_authToken message is used to inform an Operator Site that the authentication token can be discarded.UDDIProxy.validate_values_businessEntity
(Vector businessEntity) A UDDI operator sends the validate_values message to the appropriate external service, whenever a publisher saves data that uses a categorization value or identifier whose use is regulated by the external party who controls that service.UDDIProxy.validate_values_businessService
(Vector businessService) A UDDI operator sends the validate_values message to the appropriate external service, whenever a publisher saves data that uses a categorization value or identifier whose use is regulated by the external party who controls that service.UDDIProxy.validate_values_tModel
(Vector tModel) A UDDI operator sends the validate_values message to the appropriate external service, whenever a publisher saves data that uses a categorization value or identifier whose use is regulated by the external party who controls that service.