Uses of Class
com.ibm.uddi.UDDIException

Packages that use UDDIException
com.ibm.uddi   
com.ibm.uddi.client   
com.ibm.uddi.datatype   
com.ibm.uddi.datatype.binding   
com.ibm.uddi.datatype.business   
com.ibm.uddi.datatype.service   
com.ibm.uddi.datatype.tmodel   
com.ibm.uddi.request   
com.ibm.uddi.response   
com.ibm.uddi.util   
 

Uses of UDDIException in com.ibm.uddi
 

Constructors in com.ibm.uddi that throw UDDIException
UDDIElement(org.w3c.dom.Element el)
           
 

Uses of UDDIException in com.ibm.uddi.client
 

Methods in com.ibm.uddi.client that throw UDDIException
 BindingDetail UDDIProxy.find_binding(FindQualifiers findQualifiers, java.lang.String serviceKey, TModelBag tmodelbag, int maxRows)
          The find_binding method returns a bindingDetail message that contains a bindingTemplates structure with zero or more bindingTemplate structures matching the criteria specified in the argument list.
 BusinessList UDDIProxy.find_business(java.lang.String name, FindQualifiers findQualifiers, int maxRows)
          Find business matching specified criteria.
 BusinessList UDDIProxy.find_business(IdentifierBag bag, FindQualifiers findQualifiers, int maxRows)
          The find_business message returns a businessList message that matches the conditions specified in the arguments.
 BusinessList UDDIProxy.find_business(CategoryBag bag, FindQualifiers findQualifiers, int maxRows)
          The find_business message returns a businessList message that matches the conditions specified in the arguments.
 BusinessList UDDIProxy.find_business(TModelBag bag, FindQualifiers findQualifiers, int maxRows)
          The find_business message returns a businessList message that matches the conditions specified in the arguments.
 BusinessList UDDIProxy.find_business(DiscoveryURLs bag, FindQualifiers findQualifiers, int maxRows)
          The find_business message returns a businessList message that matches the conditions specified in the arguments.
 ServiceList UDDIProxy.find_service(java.lang.String businessKey, java.lang.String name, FindQualifiers findQualifiers, int maxRows)
          This function returns a serviceList on success.
 ServiceList UDDIProxy.find_service(java.lang.String businessKey, CategoryBag bag, FindQualifiers findQualifiers, int maxRows)
          This function returns a serviceList on success.
 ServiceList UDDIProxy.find_service(java.lang.String businessKey, TModelBag bag, FindQualifiers findQualifiers, int maxRows)
          This function returns a serviceList on success.
 TModelList UDDIProxy.find_tModel(java.lang.String name, FindQualifiers findQualifiers, int maxRows)
          This find_tModel message is for locating a list of tModel entries that match a set of specific criteria.
 TModelList UDDIProxy.find_tModel(CategoryBag bag, FindQualifiers findQualifiers, int maxRows)
          This find_tModel message is for locating a list of tModel entries that match a set of specific criteria.
 TModelList UDDIProxy.find_tModel(IdentifierBag identifierBag, FindQualifiers findQualifiers, int maxRows)
          This find_tModel message is for locating a list of tModel entries that match a set of specific criteria.
 BindingDetail UDDIProxy.get_bindingDetail(java.lang.String bindingKey)
          The get_bindingDetail message is for requesting the run-time bindingTemplate information location information for the purpose of invoking a registered business API.
 BindingDetail UDDIProxy.get_bindingDetail(java.util.Vector bindingKeyStrings)
          The get_bindingDetail message is for requesting the run-time bindingTemplate information location information for the purpose of invoking a registered business API.
 BusinessDetail UDDIProxy.get_businessDetail(java.lang.String businessKey)
          The get_businessDetail message returns complete businessEntity information for one or more specified businessEntitys
 BusinessDetail UDDIProxy.get_businessDetail(java.util.Vector businessKeyStrings)
          The get_businessDetail message returns complete businessEntity information for one or more specified businessEntitys
 BusinessDetailExt UDDIProxy.get_businessDetailExt(java.lang.String businessKey)
          The get_businessDetailExt message returns extended businessEntity information for one or more specified businessEntitys.
 BusinessDetailExt UDDIProxy.get_businessDetailExt(java.util.Vector businessKeyStrings)
          The get_businessDetailExt message returns extended businessEntity information for one or more specified businessEntitys.
 ServiceDetail UDDIProxy.get_serviceDetail(java.lang.String serviceKey)
          The get_serviceDetail message is used to request full information about a known businessService structure.
 ServiceDetail UDDIProxy.get_serviceDetail(java.util.Vector serviceKeyStrings)
          The get_serviceDetail message is used to request full information about a known businessService structure.
 TModelDetail UDDIProxy.get_tModelDetail(java.lang.String tModelKey)
          The get_tModelDetail message is used to request full information about a known tModel structure.
 TModelDetail UDDIProxy.get_tModelDetail(java.util.Vector tModelKeyStrings)
          The get_tModelDetail message is used to request full information about a known tModel structure.
 DispositionReport UDDIProxy.delete_binding(java.lang.String authInfo, java.lang.String bindingKey)
          The delete_binding message causes one or more bindingTemplate to be deleted.
 DispositionReport UDDIProxy.delete_binding(java.lang.String authInfo, java.util.Vector bindingKeyStrings)
          The delete_binding message causes one or more bindingTemplate to be deleted.
 DispositionReport UDDIProxy.delete_business(java.lang.String authInfo, java.lang.String businessKey)
          The delete_business message is used to remove one or more businessEntity structures.
 DispositionReport UDDIProxy.delete_business(java.lang.String authInfo, java.util.Vector businessKeyStrings)
          The delete_business message is used to remove one or more businessEntity structures.
 DispositionReport UDDIProxy.delete_service(java.lang.String authInfo, java.lang.String serviceKey)
          The delete_service message is used to remove one or more businessService structures.
 DispositionReport UDDIProxy.delete_service(java.lang.String authInfo, java.util.Vector serviceKeyStrings)
          The delete_service message is used to remove one or more businessService structures.
 DispositionReport UDDIProxy.delete_tModel(java.lang.String authInfo, java.lang.String tModelKey)
          The delete_tModel message is used to remove or retire one or more tModel structures.
 DispositionReport UDDIProxy.delete_tModel(java.lang.String authInfo, java.util.Vector tModelKeyStrings)
          The delete_tModel message is used to remove or retire one or more tModel structures.
 DispositionReport UDDIProxy.discard_authToken(AuthInfo authInfo)
          The discard_authToken message is used to inform an Operator Site that the authentication token can be discarded.
 AuthToken UDDIProxy.get_authToken(java.lang.String userid, java.lang.String cred)
          The get_authToken message is used to obtain an authentication token.
 RegisteredInfo UDDIProxy.get_registeredInfo(java.lang.String authInfo)
          The get_registeredInfo message is used to get an abbreviated list of all businessEntity keys and tModel keys that are controlled by the individual associated the credentials passed.
 BindingDetail UDDIProxy.save_binding(java.lang.String authInfo, java.util.Vector bindingTemplates)
          The save_binding message is used to save or update a complete bindingTemplate structure.
 BusinessDetail UDDIProxy.save_business(java.lang.String authInfo, java.util.Vector businessEntities)
          The save_business message is used to save or update information about a complete businessEntity structure.
 BusinessDetail UDDIProxy.save_business(java.lang.String authInfo, UploadRegister[] uploadRegisters)
          The save_business message is used to save or update information about a complete businessEntity structure.
 ServiceDetail UDDIProxy.save_service(java.lang.String authInfo, java.util.Vector businessServices)
          The save_service message adds or updates one or more businessService structures.
 TModelDetail UDDIProxy.save_tModel(java.lang.String authInfo, java.util.Vector tModels)
          The save_tModel message adds or updates one or more tModel structures.
 TModelDetail UDDIProxy.save_tModel(java.lang.String authInfo, UploadRegister[] uploadRegisters)
          The save_tModel message adds or updates one or more tModel structures.
 DispositionReport UDDIProxy.validate_categorization(java.lang.String tModelKey, java.lang.String keyValueString, BusinessEntity businessEntity)
          The validate_categorization service performs two functions.
 DispositionReport UDDIProxy.validate_categorization(java.lang.String tModelKey, java.lang.String keyValueString, BusinessService businessService)
          The validate_categorization service performs two functions.
 DispositionReport UDDIProxy.validate_categorization(java.lang.String tModelKey, java.lang.String keyValueString, TModel tModel)
          The validate_categorization service performs two functions.
 

Uses of UDDIException in com.ibm.uddi.datatype
 

Constructors in com.ibm.uddi.datatype that throw UDDIException
OverviewURL(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
Description(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
OverviewDoc(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
Name(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
 

Uses of UDDIException in com.ibm.uddi.datatype.binding
 

Constructors in com.ibm.uddi.datatype.binding that throw UDDIException
TModelInstanceInfo(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
TModelInstanceDetails(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
HostingRedirector(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
BindingTemplate(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
BindingTemplates(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
InstanceDetails(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
AccessPoint(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
InstanceParms(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
 

Uses of UDDIException in com.ibm.uddi.datatype.business
 

Constructors in com.ibm.uddi.datatype.business that throw UDDIException
Email(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
Address(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
Contacts(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
AddressLine(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
PersonName(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
BusinessEntity(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
Contact(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
Phone(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
 

Uses of UDDIException in com.ibm.uddi.datatype.service
 

Constructors in com.ibm.uddi.datatype.service that throw UDDIException
BusinessServices(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
BusinessService(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
 

Uses of UDDIException in com.ibm.uddi.datatype.tmodel
 

Constructors in com.ibm.uddi.datatype.tmodel that throw UDDIException
TModel(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
 

Uses of UDDIException in com.ibm.uddi.request
 

Constructors in com.ibm.uddi.request that throw UDDIException
SaveService(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
GetRegisteredInfo(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
SaveBinding(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
DeleteService(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
SaveTModel(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
GetBindingDetail(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
DiscardAuthToken(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
DeleteBinding(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
FindTModel(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
DeleteTModel(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
FindBusiness(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
FindBinding(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
DeleteBusiness(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
ValidateCategorization(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
SaveBusiness(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
GetBusinessDetailExt(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
GetAuthToken(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
GetTModelDetail(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
GetServiceDetail(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
FindService(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
GetBusinessDetail(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
 

Uses of UDDIException in com.ibm.uddi.response
 

Constructors in com.ibm.uddi.response that throw UDDIException
ServiceInfos(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
BusinessDetail(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
AuthToken(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
TModelInfo(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
TModelInfos(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
ServiceDetail(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
BusinessList(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
ServiceInfo(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
Result(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
BusinessInfos(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
TModelList(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
BusinessInfo(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
TModelDetail(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
ServiceList(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
DispositionReport(org.w3c.dom.Element el)
          Constructer that parses the XML dom tree and extracts useful attributes.
BusinessEntityExt(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
BusinessDetailExt(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
BindingDetail(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
RegisteredInfo(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
ErrInfo(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
 

Uses of UDDIException in com.ibm.uddi.util
 

Constructors in com.ibm.uddi.util that throw UDDIException
FindQualifier(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
ServiceKey(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
AuthInfo(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
BusinessKey(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
UploadRegister(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
BindingKey(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
CategoryBag(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
TModelBag(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
KeyedReference(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
TModelKey(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
DiscoveryURL(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
KeyValue(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
DiscoveryURLs(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
FindQualifiers(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
IdentifierBag(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
 



Copyright © 2001, International Business Machines Corporation. All Rights Reserved.