Java API

Uses of Class
oracle.uddi.client.UddiClientException

Packages that use.*
PackageDescription
oracle.uddi.client   
 

Uses of UddiClientException in oracle.uddi.client
 

Methods in oracle.uddi.client that throw UddiClientException
TypeName
 void SimpleAuthenticationLiaison.authenticate()
           
 void SimpleAuthenticationLiaison.close()
          Close the authenticated session.
 void AuthenticationLiaison.authenticate()
          Perform the proper authentication.
 void AuthenticationLiaison.close()
          Close the authenticated session.
 void UddiClient.authenticate()
          Authenticates the client to the registry in a registry-specific manner.
 BindingDetail UddiClient.findBinding(FindQualifiers findQualifiers, java.lang.String serviceKey, TModelBag tModelbag, java.lang.Integer maxRows)
          Maps directly to a UDDI standard API of the same name; see the specifications available at the UDDI Home Page for semantic details.
 BusinessList UddiClient.findBusiness(java.lang.String name, FindQualifiers findQualifiers, java.lang.Integer maxRows)
          Maps directly to a UDDI standard API of the same name; see the specifications available at the UDDI Home Page for semantic details.
 BusinessList UddiClient.findBusiness(IdentifierBag bag, FindQualifiers findQualifiers, java.lang.Integer maxRows)
          Maps directly to a UDDI standard API of the same name; see the specifications available at the UDDI Home Page for semantic details.
 BusinessList UddiClient.findBusiness(CategoryBag bag, FindQualifiers findQualifiers, java.lang.Integer maxRows)
          Maps directly to a UDDI standard API of the same name; see the specifications available at the UDDI Home Page for semantic details.
 BusinessList UddiClient.findBusiness(TModelBag bag, FindQualifiers findQualifiers, java.lang.Integer maxRows)
          Maps directly to a UDDI standard API of the same name; see the specifications available at the UDDI Home Page for semantic details.
 BusinessList UddiClient.findBusiness(DiscoveryURLs bag, FindQualifiers findQualifiers, java.lang.Integer maxRows)
          Maps directly to a UDDI standard API of the same name; see the specifications available at the UDDI Home Page for semantic details.
 ServiceList UddiClient.findService(java.lang.String businessKey, java.lang.String name, FindQualifiers findQualifiers, java.lang.Integer maxRows)
          Maps directly to a UDDI standard API of the same name; see the specifications available at the UDDI Home Page for semantic details.
 ServiceList UddiClient.findService(java.lang.String businessKey, CategoryBag bag, FindQualifiers findQualifiers, java.lang.Integer maxRows)
          Maps directly to a UDDI standard API of the same name; see the specifications available at the UDDI Home Page for semantic details.
 ServiceList UddiClient.findService(java.lang.String businessKey, TModelBag bag, FindQualifiers findQualifiers, java.lang.Integer maxRows)
          Maps directly to a UDDI standard API of the same name; see the specifications available at the UDDI Home Page for semantic details.
 TModelList UddiClient.findTModel(java.lang.String name, FindQualifiers findQualifiers, java.lang.Integer maxRows)
          Maps directly to a UDDI standard API of the same name; see the specifications available at the UDDI Home Page for semantic details.
 TModelList UddiClient.findTModel(CategoryBag bag, FindQualifiers findQualifiers, java.lang.Integer maxRows)
          Maps directly to a UDDI standard API of the same name; see the specifications available at the UDDI Home Page for semantic details.
 TModelList UddiClient.findTModel(IdentifierBag identifierBag, FindQualifiers findQualifiers, java.lang.Integer maxRows)
          Maps directly to a UDDI standard API of the same name; see the specifications available at the UDDI Home Page for semantic details.
 BindingDetail UddiClient.getBindingDetail(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.
 BusinessDetail UddiClient.getBusinessDetail(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.
 BusinessDetailExt UddiClient.getBusinessDetailExt(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.
 ServiceDetail UddiClient.getServiceDetail(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.
 TModelDetail UddiClient.getTModelDetail(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.
 TModel UddiClient.getTModel(java.lang.String tModelKey)
          Gets a single TModel object given a single tModel key.
 BindingTemplate UddiClient.getBindingTemplate(java.lang.String bindingKey)
          Gets a single BindingTemplate object given a single bindingTemplate key.
 BusinessService UddiClient.getBusinessService(java.lang.String serviceKey)
          Gets a single BusinessService object given a single businessService key.
 BusinessEntity UddiClient.getBusinessEntity(java.lang.String businessKey)
          Gets a single BusinessEntity object given a single businessEntity key.
 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.
 AuthToken UddiClient.getAuthToken(java.lang.String userid, java.lang.String cred)
          Gets the 'authToken' value which represents an authenticated session with the server.
 RegisteredInfo UddiClient.getRegisteredInfo()
          Maps directly to a UDDI standard API of the same name; see the specifications available at the UDDI Home Page for semantic details.
 BindingTemplate UddiClient.saveBinding(BindingTemplate bindingTemplate)
          Saves a single BindingTemplate object.
 BindingDetail UddiClient.saveBinding(java.util.List bindingTemplates)
          Maps directly to a UDDI standard API of the same name; see the specifications available at the UDDI Home Page for semantic details.
 BusinessEntity UddiClient.saveBusiness(BusinessEntity businessEntity)
          Saves a single BusinessEntity object.
 BusinessDetail UddiClient.saveBusiness(java.util.List businessEntities)
          Maps directly to a UDDI standard API of the same name; see the specifications available at the UDDI Home Page for semantic details.
 BusinessDetail UddiClient.saveBusinessWithRegisters(java.util.List uploadRegisters)
          Saves the businessEntity objects referred to by the list of UploadRegister objects provided.
 BusinessService UddiClient.saveService(BusinessService businessService)
          Saves a single BusinessService object.
 ServiceDetail UddiClient.saveService(java.util.List businessServices)
          Maps directly to a UDDI standard API of the same name; see the specifications available at the UDDI Home Page for semantic details.
 TModel UddiClient.saveTModel(TModel tModel)
          Saves a single TModel object.
 TModelDetail UddiClient.saveTModel(java.util.List tModels)
          Maps directly to a UDDI standard API of the same name; see the specifications available at the UDDI Home Page for semantic details.
 TModelDetail UddiClient.saveTModelWithRegisters(java.util.List uploadRegisters)
          Saves the tModel objects referred to by the list of UploadRegister objects provided.
 void UddiClient.send(UddiElement uddiRequest, java.lang.String endPointURL, UddiElement uddiResponse)
          Sends a low level UDDI request.
 org.w3c.dom.Element UddiClient.send(org.w3c.dom.Element eltUddiRequest, java.lang.String endPointURL)
          Sends a low level UDDI request.
 void UddiClient.close()
          Closes the connection and frees up any dedicated resources.
 void TransportAuthenticationLiaison.authenticate()
           
 void TransportAuthenticationLiaison.close()
           
 


Java API

Copyright © 2001 - Oracle Corporation