Oracle Application Server Web Services UDDI Client API Reference
10g (9.0.4)

Part No. B10396-01

Uses of Class
oracle.uddi.message.response.DispositionReport

Packages that use DispositionReport
oracle.uddi.client Provides the starting point class for using the UDDI client API, UddiClient. 

 

Uses of DispositionReport in oracle.uddi.client

 

Methods in oracle.uddi.client that return DispositionReport
 DispositionReport UddiClientException.getDispositionReport()
          Gets the DispositionReport which describes UDDI-specific error information.
 DispositionReport UddiClient.addPublisherAssertion(PublisherAssertion publisherAssertion)
          Adds a single publisherAssertion.
 DispositionReport UddiClient.addPublisherAssertions(java.util.List listPublisherAssertion)
          Maps directly to a UDDI standard API of the same name; see the specifications available at the UDDI Home Page for semantic details.
 DispositionReport UddiClient.deleteBinding(java.lang.String bindingKey)
          Deletes a single bindingTemplate given a single bindingTemplate key.
 DispositionReport UddiClient.deleteBinding(java.util.List listBindingKey)
          Maps directly to a UDDI standard API of the same name; see the specifications available at the UDDI Home Page for semantic details.
 DispositionReport UddiClient.deleteBusiness(java.lang.String businessKey)
          Deletes a single businessEntity given a single businessEntity key.
 DispositionReport UddiClient.deleteBusiness(java.util.List listBusinessKey)
          Maps directly to a UDDI standard API of the same name; see the specifications available at the UDDI Home Page for semantic details.
 DispositionReport UddiClient.deletePublisherAssertion(PublisherAssertion publisherAssertion)
          Deletes a single publisherAssertion.
 DispositionReport UddiClient.deletePublisherAssertions(java.util.List listPublisherAssertion)
          Maps directly to a UDDI standard API of the same name; see the specifications available at the UDDI Home Page for semantic details.
 DispositionReport UddiClient.deleteService(java.lang.String serviceKey)
          Deletes a single businessService given a single businessService key.
 DispositionReport UddiClient.deleteService(java.util.List listServiceKey)
          Maps directly to a UDDI standard API of the same name; see the specifications available at the UDDI Home Page for semantic details.
 DispositionReport UddiClient.deleteTModel(java.lang.String tModelKey)
          Deletes a single tModel given a single tModel key.
 DispositionReport UddiClient.deleteTModel(java.util.List listTModelKey)
          Maps directly to a UDDI standard API of the same name; see the specifications available at the UDDI Home Page for semantic details.
 DispositionReport UddiClient.discardAuthToken()
          Discards the 'authToken' value which represents an authenticated session with the server.

 


Oracle Application Server Web Services UDDI Client API Reference
10g (9.0.4)

Part No. B10396-01

Copyright © 2001, 2003, Oracle. All rights reserved.