Uses of Class
org.uddi4j.UDDIException

Packages that use UDDIException
org.uddi4j   
org.uddi4j.client   
org.uddi4j.datatype   
org.uddi4j.datatype.assertion   
org.uddi4j.datatype.binding   
org.uddi4j.datatype.business   
org.uddi4j.datatype.service   
org.uddi4j.datatype.tmodel   
org.uddi4j.request   
org.uddi4j.response   
org.uddi4j.util   
 

Uses of UDDIException in org.uddi4j
 

Constructors in org.uddi4j that throw UDDIException
UDDIElement(org.w3c.dom.Element el)
           
 

Uses of UDDIException in org.uddi4j.client
 

Methods in org.uddi4j.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)
          Deprecated. This method has been deprecated. Use UDDIProxy.find_business(Vector, DiscoveryURLs, IdentifierBag, CategoryBag, TModelBag, FindQualifiers, int) instead
 BusinessList UDDIProxy.find_business(IdentifierBag identifierBag, FindQualifiers findQualifiers, int maxRows)
          Deprecated. This method has been deprecated. Use UDDIProxy.find_business(Vector, DiscoveryURLs, IdentifierBag, CategoryBag, TModelBag, FindQualifiers, int) instead
 BusinessList UDDIProxy.find_business(CategoryBag categoryBag, FindQualifiers findQualifiers, int maxRows)
          Deprecated. This method has been deprecated. Use UDDIProxy.find_business(Vector, DiscoveryURLs, IdentifierBag, CategoryBag, TModelBag, FindQualifiers, int) instead
 BusinessList UDDIProxy.find_business(TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          Deprecated. This method has been deprecated.Use UDDIProxy.find_business(Vector, DiscoveryURLs, IdentifierBag, CategoryBag, TModelBag, FindQualifiers, int) instead
 BusinessList UDDIProxy.find_business(DiscoveryURLs discoveryURLs, FindQualifiers findQualifiers, int maxRows)
          Deprecated. This method has been deprecated. Use UDDIProxy.find_business(Vector, DiscoveryURLs, IdentifierBag, CategoryBag, TModelBag, FindQualifiers, int) instead
 BusinessList UDDIProxy.find_business(java.util.Vector names, DiscoveryURLs discoveryURLs, IdentifierBag identifierBag, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          The find_business message returns a businessList message that matches the conditions specified in the arguments.
 RelatedBusinessesList UDDIProxy.find_relatedBusinesses(java.lang.String businessKey, KeyedReference keyedReference, FindQualifiers findQualifiers)
          Deprecated. UDDI version 2, errata 2 added maxrows as a parameter to this method. Use UDDIProxy.find_relatedBusinesses(String, KeyedReference, FindQualifiers, int) instead
 RelatedBusinessesList UDDIProxy.find_relatedBusinesses(java.lang.String businessKey, KeyedReference keyedReference, FindQualifiers findQualifiers, int maxRows)
          The find_relatedBusinesses API call is used to locate information about businessEntity registrations that are related to a specific business entity whose key is passed in the inquiry.
 ServiceList UDDIProxy.find_service(java.lang.String businessKey, java.lang.String name, FindQualifiers findQualifiers, int maxRows)
          Deprecated. This method has been deprecated. Use UDDIProxy.find_service(String, Vector, CategoryBag, TModelBag, FindQualifiers, int) instead
 ServiceList UDDIProxy.find_service(java.lang.String businessKey, CategoryBag categoryBag, FindQualifiers findQualifiers, int maxRows)
          Deprecated. This method has been deprecated. Use UDDIProxy.find_service(String, Vector, CategoryBag, TModelBag, FindQualifiers, int) instead
 ServiceList UDDIProxy.find_service(java.lang.String businessKey, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          Deprecated. This method has been deprecated. Use UDDIProxy.find_service(String, Vector, CategoryBag, TModelBag, FindQualifiers, int) instead
 ServiceList UDDIProxy.find_service(java.lang.String businessKey, java.util.Vector names, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          This function returns a serviceList on success.
 TModelList UDDIProxy.find_tModel(java.lang.String name, FindQualifiers findQualifiers, int maxRows)
          Deprecated. This method has been deprecated. Use UDDIProxy.find_tModel(String, CategoryBag, IdentifierBag, FindQualifiers, int) instead
 TModelList UDDIProxy.find_tModel(CategoryBag categoryBag, FindQualifiers findQualifiers, int maxRows)
          Deprecated. This method has been deprecated. Use UDDIProxy.find_tModel(String, CategoryBag, IdentifierBag, FindQualifiers, int) instead
 TModelList UDDIProxy.find_tModel(IdentifierBag identifierBag, FindQualifiers findQualifiers, int maxRows)
          Deprecated. This method has been deprecated. Use UDDIProxy.find_tModel(String, CategoryBag, IdentifierBag, FindQualifiers, int) instead
 TModelList UDDIProxy.find_tModel(java.lang.String name, CategoryBag categoryBag, 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.add_publisherAssertions(java.lang.String authInfo, PublisherAssertion publisherAssertion)
          The add_publisherAssertions message is used to add relationship assertions to the existing set of assertions.
 DispositionReport UDDIProxy.add_publisherAssertions(java.lang.String authInfo, java.util.Vector publisherAssertion)
          The add_publisherAssertions message is used to add relationship assertions to the existing set of assertions.
 AssertionStatusReport UDDIProxy.get_assertionStatusReport(java.lang.String authInfo, java.lang.String completionStatus)
          The get_assertionStatusReport message is used to request a status report containing publisher assertions and status information.
 AssertionStatusReport UDDIProxy.get_assertionStatusReport(java.lang.String authInfo, CompletionStatus completionStatus)
          The get_assertionStatusReport message is used to request a status report containing publisher assertions and status information.
 PublisherAssertions UDDIProxy.get_publisherAssertions(java.lang.String authInfo)
          The get_publisherAssertions message is used to get a list of active publisher assertions that are controlled by an individual publisher account.
 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.delete_publisherAssertions(java.lang.String authInfo, PublisherAssertion publisherAssertion)
          The delete_publisherAssertions message is used to delete specific publisher assertions from the assertion collection controlled by a particular publisher account.
 DispositionReport UDDIProxy.delete_publisherAssertions(java.lang.String authInfo, java.util.Vector publisherAssertion)
          The delete_publisherAssertions message is used to delete specific publisher assertions from the assertion collection controlled by a particular publisher account.
 DispositionReport UDDIProxy.discard_authToken(java.lang.String authInfo)
          The discard_authToken message is used to inform an Operator Site that the authentication token can be discarded.
 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)
          Deprecated. This method has been deprecated. Use UDDIProxy.save_business(String, Vector) instead
 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)
          Deprecated. This method has been deprecated. Use UDDIProxy.save_tModel(String, Vector) instead
 PublisherAssertions UDDIProxy.set_publisherAssertions(java.lang.String authInfo, PublisherAssertion pub)
          The set_publisherAssertions message is used to save the complete set of publisher assertions for an individual publisher account.
 PublisherAssertions UDDIProxy.set_publisherAssertions(java.lang.String authInfo, java.util.Vector publisherAssertion)
          The set_publisherAssertions message is used to save the complete set of publisher assertions for an individual publisher account.
 DispositionReport UDDIProxy.validate_values_businessEntity(java.util.Vector businessEntity)
          A UDDI operator sends the validate_values message to the appropriate external service, whenever a publisher saves data that uses a categorization value or identifier whose use is regulated by the external party who controls that service.
 DispositionReport UDDIProxy.validate_values_businessService(java.util.Vector businessService)
          A UDDI operator sends the validate_values message to the appropriate external service, whenever a publisher saves data that uses a categorization value or identifier whose use is regulated by the external party who controls that service.
 DispositionReport UDDIProxy.validate_values_tModel(java.util.Vector tModel)
          A UDDI operator sends the validate_values message to the appropriate external service, whenever a publisher saves data that uses a categorization value or identifier whose use is regulated by the external party who controls that service.
 

Uses of UDDIException in org.uddi4j.datatype
 

Constructors in org.uddi4j.datatype that throw UDDIException
Description(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.
OverviewDoc(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
OverviewURL(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
 

Uses of UDDIException in org.uddi4j.datatype.assertion
 

Constructors in org.uddi4j.datatype.assertion that throw UDDIException
PublisherAssertion(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
 

Uses of UDDIException in org.uddi4j.datatype.binding
 

Constructors in org.uddi4j.datatype.binding that throw UDDIException
AccessPoint(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.
HostingRedirector(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.
InstanceParms(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.
TModelInstanceInfo(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
 

Uses of UDDIException in org.uddi4j.datatype.business
 

Constructors in org.uddi4j.datatype.business that throw UDDIException
Address(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.
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.
Contacts(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
Email(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.
Phone(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
 

Uses of UDDIException in org.uddi4j.datatype.service
 

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

Uses of UDDIException in org.uddi4j.datatype.tmodel
 

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

Uses of UDDIException in org.uddi4j.request
 

Constructors in org.uddi4j.request that throw UDDIException
AddPublisherAssertions(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.
DeleteBusiness(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
DeletePublisherAssertions(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
DeletePublisherAssertions(java.lang.String authInfo, java.util.Vector pubAssertVector)
          Construct the object with required fields.
DeleteService(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.
DiscardAuthToken(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.
FindBusiness(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
FindRelatedBusinesses(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.
FindTModel(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
GetAssertionStatusReport(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.
GetBindingDetail(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.
GetBusinessDetailExt(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
GetPublisherAssertions(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.
GetServiceDetail(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.
SaveBinding(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.
SaveService(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.
SetPublisherAssertions(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
ValidateValues(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
 

Uses of UDDIException in org.uddi4j.response
 

Constructors in org.uddi4j.response that throw UDDIException
AssertionStatusItem(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
AssertionStatusReport(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.
BindingDetail(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.
BusinessDetailExt(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
BusinessEntityExt(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.
BusinessInfos(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.
CompletionStatus(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.
ErrInfo(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
KeysOwned(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
PublisherAssertions(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
PublisherAssertions(java.lang.String operator, java.lang.String name, java.util.Vector publishAssertion)
          Construct the object with required fields.
RegisteredInfo(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
RelatedBusinessInfo(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
RelatedBusinessInfos(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
RelatedBusinessesList(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.
ServiceDetail(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.
ServiceInfos(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.
SharedRelationships(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.
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.
TModelList(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
 

Uses of UDDIException in org.uddi4j.util
 

Constructors in org.uddi4j.util that throw UDDIException
AuthInfo(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.
BusinessKey(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.
DiscoveryURL(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.
FindQualifier(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.
FromKey(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.
KeyValue(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.
ServiceKey(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.
TModelKey(org.w3c.dom.Element base)
          Construct the object from a DOM tree.
ToKey(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.
 



Copyright © 2001 International Business Machines Corporation, Hewlett-Packard Company. All Rights Reserved.