Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

Uses of Class
weblogic.uddi.client.structures.response.DispositionReport

Packages that use DispositionReport
weblogic.uddi.client.service Provides classes for UDDI client service support. 
weblogic.uddi.client.structures.exception Provides UDDI client exceptions. 
 

Uses of DispositionReport in weblogic.uddi.client.service
 

Methods in weblogic.uddi.client.service that return DispositionReport
 DispositionReport Publish.deleteBinding(DeleteBinding input)
          Creates a soap message, using the requested delete_binding structure, to make a function call at the remote registry.
 DispositionReport Publish.deleteBusiness(DeleteBusiness input)
          Creates a soap message, using the requested delete_business structure, to make a function call at the remote registry.
 DispositionReport Publish.deleteService(DeleteService input)
          Creates a soap message, using the requested delete_service structure, to make a function call at the remote registry.
 DispositionReport Publish.deleteTModel(DeleteTModel input)
          Creates a soap message, using the requested delete_tModel structure, to make a function call at the remote registry.
 DispositionReport Publish.discardAuthToken(DiscardAuthToken input)
          Creates a soap message, using the requested discard_authToken structure, to make a function call at the remote registry.
 DispositionReport Publish.validateCategorization(ValidateCategorization input)
          Creates a soap message, using the requested validate_categorization structure, to make a function call at the remote registry.
 

Uses of DispositionReport in weblogic.uddi.client.structures.exception
 

Methods in weblogic.uddi.client.structures.exception that return DispositionReport
 DispositionReport UDDIException.getDispositionReport()
          Gets the disposition report.
 

Methods in weblogic.uddi.client.structures.exception with parameters of type DispositionReport
 void UDDIException.setDispositionReport(DispositionReport value)
          Sets the disposition report.
 


Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06