Java API

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

Packages that use.*
PackageDescription
oracle.uddi.client   
 

Uses of DispositionReport in oracle.uddi.client
 

Methods in oracle.uddi.client that return DispositionReport
TypeName
 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.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.
 DispositionReport UddiClientException.getDispositionReport()
          Gets the DispositionReport which describes UDDI-specific error information.
 


Java API

Copyright © 2001 - Oracle Corporation