Ruddi™ UDDI Client API
1.0

Serialized Form


Package inspireit.uddi

Class inspireit.uddi.BindingTemplate implements Serializable

Serialized Fields

bindingKey

BindingKey bindingKey
BindingTemplate unique identifier.


serviceKey

ServiceKey serviceKey
Parent BusinessService unique identifier.


descriptions

Descriptions descriptions
Descriptions of the logical service family.


accessPoint

AccessPoint accessPoint
The Web service access point.


hostingRedirector

HostingRedirector hostingRedirector
Eventual redirection to a BindingTemplate to use instead.


tModelInstanceDetails

TModelInstanceDetails tModelInstanceDetails
Fingerprint that can be used to identify compatible services.

Class inspireit.uddi.BusinessEntity implements Serializable

Serialized Fields

businessKey

BusinessKey businessKey
BusinessEntity unique identifier.


authorizedName

AuthorizedName authorizedName
Recorded name of the individual that published the BusinessEntity data.


operator

Operator operator
Certified name of the UDDI registry site operator that manages the master copy of the BusinessEntity data.


discoveryURLs

DiscoveryURLs discoveryURLs
URLs providing file based access to BusinessEntity information.


names

Names names
BusinessEntity names.


descriptions

Descriptions descriptions
Short business descriptions (one description allowed per national language code supplied).


contacts

Contacts contacts
Optional list of contact information.


businessServices

BusinessServices businessServices
BusinessServices available from this BusinessEntity.


identifierBag

IdentifierBag identifierBag
BusinessEntity identification numbers used to facilitate searching.


categoryBag

CategoryBag categoryBag
BusinessEntity taxonomy information used to facilitate searching.

Class inspireit.uddi.BusinessService implements Serializable

Serialized Fields

businessKey

BusinessKey businessKey
Parent BusinessEneity unique identifier.


serviceKey

ServiceKey serviceKey
BusinessService unique identifier.


names

Names names
BusinessService names.


description

Descriptions description
Descriptions of the logical service family.


bindingTemplates

BindingTemplates bindingTemplates
Technical service description information.


categoryBag

CategoryBag categoryBag
BusinessService taxonomy information used to facilitate searching.

Class inspireit.uddi.PublisherAssertion implements Serializable

Serialized Fields

fromKey

FromKey fromKey
Reference to the first BusinessEntity the assertion is made for.


toKey

ToKey toKey
Reference to the second BusinessEntity the assertion is made for.


keyedReference

KeyedReference keyedReference
The relationship type the assertion is made for.

Class inspireit.uddi.TModel implements Serializable

Serialized Fields

tModelKey

TModelKey tModelKey
TModel unique identifier.


authorizedName

AuthorizedName authorizedName
Name of the individual that published the TModel.


deleted

boolean deleted
Whether the TModel is actually deleted.


operator

Operator operator
Certified name of the UDDI registry site operator that manages the master copy of the TModel.


name

Name name
Name of the TModel.


descriptions

Descriptions descriptions
One or more language-qualified descriptions.


overviewDoc

OverviewDoc overviewDoc
References to remote descriptive or instructions related to the TModel.


identifierBag

IdentifierBag identifierBag
TModel identification numbers.


categoryBag

CategoryBag categoryBag
TModel taxonomy information.


Package inspireit.uddi.base

Class inspireit.uddi.base.AccessPoint implements Serializable

Serialized Fields

accessPoint

java.lang.String accessPoint
The access point information.


urlType

java.lang.String urlType
The URL type.


useType

UseType useType
The use type.

Class inspireit.uddi.base.Address implements Serializable

Serialized Fields

useType

UseType useType
Optional attribute that is used to describe the type of address in freeform text. Suggested examples include "headquarters", "sales office", "billing department", etc.


sortCode

java.lang.String sortCode
Optional attribute that can be used to drive the behavior of external display mechanisms that sort addresses. The suggested values for sortCode include numeric ordering values (e.g. 1, 2, 3), alphabetic character ordering values (e.g. a, b, c) or the first n positions of relevant data within the address.


addressLines

AddressLines addressLines
Structure containing the AddressLines.


tModelKey

TModelKey tModelKey
This is the unique key reference that implies that the keyName keyValue pairs given by subsequent addressLine elements are to be interpreted by the taxonomy associated with the tModel that is referenced.


locale

UDDILocale locale
The locale defining the language used for the Address.

Class inspireit.uddi.base.AddressLine implements Serializable

Serialized Fields

addressLine

java.lang.String addressLine
The address line information.


keyName

java.lang.String keyName
keyName value required when the Address has a specified TModelKey.


keyValue

java.lang.String keyValue
keyValue value required when the Address has a specified TModelKey.

Class inspireit.uddi.base.AuthorizedName implements Serializable

Serialized Fields

authorizedName

java.lang.String authorizedName
The authorized name information.

Class inspireit.uddi.base.BindingKey implements Serializable

Class inspireit.uddi.base.BusinessKey implements Serializable

Class inspireit.uddi.base.CategoryBag implements Serializable

Serialized Fields

keyedReferences

KeyedReferences keyedReferences
A list of KeyedReference.


keyedReferenceGroups

KeyedReferenceGroups keyedReferenceGroups
A list of KeyedReferenceGroup.

Class inspireit.uddi.base.Contact implements Serializable

Serialized Fields

useType

UseType useType
Optional attribute that is used to describe the type of contact in freeform text. Suggested examples include "technical questions", "technical contact", "establish account", "sales contact", etc.


descriptions

Descriptions descriptions
Optional element. Zero or more language-qualified descriptions of the reason the contact should be used.


personNames

PersonNames personNames
Required element. Contacts should list the name of the person or name of the job role that will be available behind the contact. Examples or roles include "administrator" or "webmaster".


phones

Phones phones
Holds telephone numbers for the contact.


emails

EMails emails
Holds E-Mail addresses for the contact.


addresses

Addresses addresses
Holds Addresses for the contact (printable lines suitable for addressing an envelope).

Class inspireit.uddi.base.Description implements Serializable

Serialized Fields

description

java.lang.String description
The description information.


locale

UDDILocale locale
The locale defining the language used for the description.

Class inspireit.uddi.base.DiscoveryURL implements Serializable

Serialized Fields

discoveryURL

java.lang.String discoveryURL
String data characterising the DiscoveryURL.


useType

UseType useType
The name of the convention that the referenced document follows. Two reserved convention values are "businessEntity" and "businessEntityExt". URL's qualified with these values should point to XML documents of the same type as the useType value.

Class inspireit.uddi.base.EMail implements Serializable

Serialized Fields

email

java.lang.String email
The E-mail information.


useType

UseType useType
Optional attribute that is used to for descriptive purpose. If more than one EMail element is saved, useType attributes are required on each.

Class inspireit.uddi.base.EntityKey implements Serializable

Serialized Fields

derivedFromTModelKey

boolean derivedFromTModelKey
Whether this is an EntituKey derived from a TModelKey.

Class inspireit.uddi.base.FromKey implements Serializable

Class inspireit.uddi.base.HostingRedirector implements Serializable

Serialized Fields

bindingKey

BindingKey bindingKey
The link to the appropriate BindingTemplate.

Class inspireit.uddi.base.IdentifierBag implements Serializable

Serialized Fields

keyedReferences

KeyedReferences keyedReferences
A list of KeyedReference.

Class inspireit.uddi.base.InstanceDetails implements Serializable

Serialized Fields

descriptions

Descriptions descriptions
Information on the purpose and/or use of the InstanceDetails.


overviewDocs

OverviewDocs overviewDocs
Set of references to remote descriptive instructions.


instanceParms

InstanceParms instanceParms
Settings or pointer to settings parameters.

Class inspireit.uddi.base.InstanceParms implements Serializable

Serialized Fields

instanceParms

java.lang.String instanceParms
The InstanceParms information.

Class inspireit.uddi.base.KeyedReference implements Serializable

Serialized Fields

tModelKey

TModelKey tModelKey
TModel pointer.


keyName

java.lang.String keyName
The name part of the name/value pair.


keyValue

java.lang.String keyValue
The value part of the name/value pair.

Class inspireit.uddi.base.KeyedReferenceGroup implements Serializable

Serialized Fields

keyedReferences

KeyedReferences keyedReferences
Set of keyed references.


tModelKey

TModelKey tModelKey
Specifies the structure and meaning of the KeyedReferences.

Class inspireit.uddi.base.Name implements Serializable

Serialized Fields

name

java.lang.String name
The name information.


locale

UDDILocale locale
The locale defining the language used for the name.

Class inspireit.uddi.base.Operator implements Serializable

Serialized Fields

operator

java.lang.String operator
Deprecated. 
The operator information.

Class inspireit.uddi.base.OverviewDoc implements Serializable

Serialized Fields

descriptions

Descriptions descriptions
Set of short descriptive overviews of how a particular TModel is to be used.


overviewURL

OverviewURL overviewURL
Holds a URL reference to a long form of an overview document that covers the way a particular TModel specific reference is used as a component of an overall Web service description.

Class inspireit.uddi.base.OverviewURL implements Serializable

Serialized Fields

overviewURL

java.lang.String overviewURL
The OverviewURL information.


useType

UseType useType
The use type.

Class inspireit.uddi.base.PersonName implements Serializable

Serialized Fields

personName

java.lang.String personName
The person name.

Class inspireit.uddi.base.Phone implements Serializable

Serialized Fields

phone

java.lang.String phone
The telephone number information.


useType

UseType useType
Optional attribute that is used to for descriptive purpose. If more than one Phone element is saved, useType attributes are required on each.

Class inspireit.uddi.base.ServiceKey implements Serializable

Class inspireit.uddi.base.TModelBag implements Serializable

Serialized Fields

tModelKeys

TModelKeys tModelKeys
The list of TModelKey.

Class inspireit.uddi.base.TModelInstanceDetails implements Serializable

Serialized Fields

tModelInstanceInfos

TModelInstanceInfos tModelInstanceInfos

Class inspireit.uddi.base.TModelInstanceInfo implements Serializable

Serialized Fields

tModelKey

TModelKey tModelKey
Unique key reference that implies that the service being described has implementation details that are specified by the specifications associated with the TModel that is referenced.


descriptions

Descriptions descriptions
Descriptions of the role a TModel reference plays in the overall service description.


instanceDetails

InstanceDetails instanceDetails
IntanceDetails can be used when TModel reference specific settings or other descriptive information are required to either describe a TModel specific component of a service description or support services that required additional technical data support (e.g. via settings or other handshake operations).

Class inspireit.uddi.base.TModelKey implements Serializable

Class inspireit.uddi.base.ToKey implements Serializable

Class inspireit.uddi.base.UDDIException implements Serializable

Serialized Fields

dispositionReport

DispositionReport dispositionReport
The DispositionReport detailing what this exception is about.

Class inspireit.uddi.base.UDDIKey implements Serializable

Serialized Fields

uddiKey

java.lang.String uddiKey
The String representation of the UDDI key.


uuidKey

UUID uuidKey
The UUID representation of the UDDI key.


uriKey

java.net.URI uriKey
The URI representation of the UDDI key.

Class inspireit.uddi.base.UploadRegister implements Serializable

Serialized Fields

uploadRegister

java.lang.String uploadRegister
Deprecated. 
The upload register information.


Package inspireit.uddi.collections

Class inspireit.uddi.collections.Addresses implements Serializable

Serialized Fields

addresses

java.util.Vector addresses
Vector containing the addresses (Address objects).

Class inspireit.uddi.collections.AddressLines implements Serializable

Serialized Fields

addressLines

java.util.Vector addressLines
Vector containing the address lines (AddessLine objects).

Class inspireit.uddi.collections.AssertionStatusItems implements Serializable

Serialized Fields

assertionStatusItems

java.util.Vector assertionStatusItems
Vector containing the assertionStatusItems (AssertionStatusItem objects).

Class inspireit.uddi.collections.BindingKeys implements Serializable

Serialized Fields

bindingKeys

java.util.Vector bindingKeys
Vector containing the binding keys (BindingKey objects).

Class inspireit.uddi.collections.BindingTemplates implements Serializable

Serialized Fields

bindingTemplates

java.util.Vector bindingTemplates
Vector containing the binding templates (BindingTemplate objects).

Class inspireit.uddi.collections.BusinessEntityExts implements Serializable

Serialized Fields

businessEntityExts

java.util.Vector businessEntityExts
Vector containing the business entity extensions (BusinessEntityExt objects).

Class inspireit.uddi.collections.BusinessEntitys implements Serializable

Serialized Fields

businessEntitys

java.util.Vector businessEntitys
Vector containing the business entities (BusinessEntity objects).

Class inspireit.uddi.collections.BusinessInfos implements Serializable

Serialized Fields

businessInfos

java.util.Vector businessInfos
Vector containing the service informations (BusinessInfo objects).

Class inspireit.uddi.collections.BusinessKeys implements Serializable

Serialized Fields

businessKeys

java.util.Vector businessKeys
Vector containing the binding keys (BusinessKey objects).

Class inspireit.uddi.collections.BusinessServices implements Serializable

Serialized Fields

businessServices

java.util.Vector businessServices
Vector containing the binding templates (BusinessService objects).

Class inspireit.uddi.collections.Contacts implements Serializable

Serialized Fields

contacts

java.util.Vector contacts
Vector containing the binding templates (Contact objects).

Class inspireit.uddi.collections.Descriptions implements Serializable

Serialized Fields

descriptions

java.util.Vector descriptions
Vector containing the descriptions (Description objects).

Class inspireit.uddi.collections.DiscoveryURLs implements Serializable

Serialized Fields

discoveryURLs

java.util.Vector discoveryURLs
Vector containing the binding templates (DiscoveryURL objects).

Class inspireit.uddi.collections.EMails implements Serializable

Serialized Fields

emails

java.util.Vector emails
Vector containing the E-mails (EMail objects).

Class inspireit.uddi.collections.EntityKeys implements Serializable

Serialized Fields

entityKeys

java.util.Vector entityKeys
Vector containing the collection of EntityKey objects.

Class inspireit.uddi.collections.FindQualifiers implements Serializable

Serialized Fields

findQualifiers

java.util.Vector findQualifiers
Vector containing the collection of FindQualifier objects.

Class inspireit.uddi.collections.KeyedReferenceGroups implements Serializable

Serialized Fields

keyedReferenceGroups

java.util.Vector keyedReferenceGroups
Vector containing the KeyedReferenceGroup objects.

Class inspireit.uddi.collections.KeyedReferences implements Serializable

Serialized Fields

keyedReferences

java.util.Vector keyedReferences
Vector containing the keyed references (KeyedReference objects).

Class inspireit.uddi.collections.Names implements Serializable

Serialized Fields

names

java.util.Vector names
Vector containing the names (Name objects).

Class inspireit.uddi.collections.OverviewDocs implements Serializable

Serialized Fields

overviewDocs

java.util.Vector overviewDocs
Vector containing the overviewDocs (OverviewDoc objects).

Class inspireit.uddi.collections.PersonNames implements Serializable

Serialized Fields

personNames

java.util.Vector personNames
Vector containing the person names (PersonName objects).

Class inspireit.uddi.collections.Phones implements Serializable

Serialized Fields

phones

java.util.Vector phones
Vector containing the phone numbers (Phone objects).

Class inspireit.uddi.collections.Results implements Serializable

Serialized Fields

results

java.util.Vector results
Vector containing the results (Result objects).

Class inspireit.uddi.collections.ServiceInfos implements Serializable

Serialized Fields

serviceInfos

java.util.Vector serviceInfos
Vector containing the service informations (ServiceInfo objects).

Class inspireit.uddi.collections.ServiceKeys implements Serializable

Serialized Fields

serviceKeys

java.util.Vector serviceKeys
Vector containing the service keys (ServiceKey objects).

Class inspireit.uddi.collections.TModelInfos implements Serializable

Serialized Fields

tModelInfos

java.util.Vector tModelInfos
Vector containing the TModel informations (TModelInfo objects).

Class inspireit.uddi.collections.TModelInstanceInfos implements Serializable

Serialized Fields

tModelInstanceInfos

java.util.Vector tModelInstanceInfos
Vector containing the TModelInstanceInfos (TModelInstanceInfo objects).

Class inspireit.uddi.collections.TModelKeys implements Serializable

Serialized Fields

tModelKeys

java.util.Vector tModelKeys
Vector containing the TModel keys (TModelKey objects).

Class inspireit.uddi.collections.TModels implements Serializable

Serialized Fields

tModels

java.util.Vector tModels
Vector containing the tModels (TModel objects).

Class inspireit.uddi.collections.UploadRegisters implements Serializable

Serialized Fields

uploadRegisters

java.util.Vector uploadRegisters
Vector containing the upload registers (UploadRegister objects).


Package inspireit.uddi.collections.iterators

Class inspireit.uddi.collections.iterators.NoSuchElementException implements Serializable

Serialized Fields

e

java.lang.Exception e
The Java version of NoSuchElementException.


Package inspireit.uddi.io.serialize

Class inspireit.uddi.io.serialize.UDDISerializerException implements Serializable


Package inspireit.uddi.net

Class inspireit.uddi.net.RemoteException implements Serializable


Package inspireit.uddi.request.base

Class inspireit.uddi.request.base.AuthInfo implements Serializable

Serialized Fields

authInfo

java.lang.String authInfo
The authentication information.

Class inspireit.uddi.request.base.CompletionStatus implements Serializable

Serialized Fields

completionStatus

java.lang.String completionStatus
The completion status.

Class inspireit.uddi.request.base.FindQualifier implements Serializable

Serialized Fields

findQualifier

java.lang.String findQualifier
The qualifier information as a short name.


tModelKey

TModelKey tModelKey
The qualifier information as a TModel pointer.

Class inspireit.uddi.request.base.InfoSelection implements Serializable

Serialized Fields

infoSelection

java.lang.String infoSelection
The selection.


Package inspireit.uddi.response

Class inspireit.uddi.response.AssertionStatusReport implements Serializable

Serialized Fields

generic

java.lang.String generic
The UDDI version in use.


operator

Operator operator
The operator information.


assertionStatusItems

AssertionStatusItems assertionStatusItems
The assertion status items.

Class inspireit.uddi.response.AuthToken implements Serializable

Serialized Fields

generic

java.lang.String generic
The UDDI version in use.


authInfo

AuthInfo authInfo
The autentication information.


operator

Operator operator
The operator information.

Class inspireit.uddi.response.BindingDetail implements Serializable

Serialized Fields

bindingTemplates

BindingTemplates bindingTemplates
The BindingTemplates result of the execution of the query.


generic

java.lang.String generic
The UDDI version in use.


operator

Operator operator
The characteristics of the Operator Site.


truncated

boolean truncated
Whether the Operator Site has truncated or not the result set.

Class inspireit.uddi.response.BusinessDetail implements Serializable

Serialized Fields

businessEntitys

BusinessEntitys businessEntitys
The BusinessEntitys result of the execution of the query.


generic

java.lang.String generic
The UDDI version in use.


operator

Operator operator
The characteristics of the Operator Site.


truncated

boolean truncated
Whether the Operator Site has truncated or not the result set.

Class inspireit.uddi.response.BusinessDetailExt implements Serializable

Serialized Fields

businessEntityExts

BusinessEntityExts businessEntityExts
Deprecated. 
The BusinessEntityExts result of the execution of the query.


generic

java.lang.String generic
Deprecated. 
The UDDI version in use.


operator

Operator operator
Deprecated. 
The characteristics of the Operator Site.


truncated

boolean truncated
Deprecated. 
Whether the Operator Site has truncated or not the result set.

Class inspireit.uddi.response.BusinessList implements Serializable

Serialized Fields

generic

java.lang.String generic
The UDDI version in use.


operator

Operator operator
The characteristics of the Operator Site.


truncated

boolean truncated
Whether the Operator Site has truncated or not the result set.


businessInfos

BusinessInfos businessInfos
The list of businesses in short form.


listDescription

ListDescription listDescription

Class inspireit.uddi.response.DispositionReport implements Serializable

Serialized Fields

results

Results results
The Results of the call.


generic

java.lang.String generic
The UDDI version in use.


operator

Operator operator
The characteristics of the Operator Site.


truncated

boolean truncated
Whether the Operator Site has truncated or not the result set.

Class inspireit.uddi.response.PublisherAssertions implements Serializable

Serialized Fields

publisherAssertions

java.util.Vector publisherAssertions
Vector containing the publisher assertions (PublisherAssertion objects).


generic

java.lang.String generic
The UDDI version in use.


operator

Operator operator
The characteristics of the Operator Site.


authorizedName

AuthorizedName authorizedName

isAResponse

boolean isAResponse
Whether this is used as a collection or as a UDDI response.

Class inspireit.uddi.response.RegisteredInfo implements Serializable

Serialized Fields

businessInfos

BusinessInfos businessInfos
List of BusinessInfo.


tModelInfos

TModelInfos tModelInfos
List of TModelInfo.


generic

java.lang.String generic
The UDDI version in use.


operator

Operator operator
The characteristics of the Operator Site.


truncated

boolean truncated
Whether the Operator Site has truncated or not the result set.

Class inspireit.uddi.response.RelatedBusinessesList implements Serializable

Serialized Fields

generic

java.lang.String generic
The UDDI version in use.


operator

Operator operator
The characteristics of the Operator Site.


truncated

boolean truncated
Whether the Operator Site has truncated or not the result set.


businessKey

BusinessKey businessKey
BusinessKey specifying a BusinessEntity to use as the focal point of the search.


relatedBusinessInfos

RelatedBusinessInfos relatedBusinessInfos
Information on the related businesses and the shared relationships.

Class inspireit.uddi.response.ServiceDetail implements Serializable

Serialized Fields

businessServices

BusinessServices businessServices
The list of BusinessServices.


generic

java.lang.String generic
The UDDI version in use.


operator

Operator operator
The characteristics of the Operator Site.


truncated

boolean truncated
Whether the Operator Site has truncated or not the result set.

Class inspireit.uddi.response.ServiceList implements Serializable

Serialized Fields

serviceInfos

ServiceInfos serviceInfos
The list of ServiceInfo result of the find_service call.


generic

java.lang.String generic
The UDDI version in use.


operator

Operator operator
The characteristics of the Operator Site.


truncated

boolean truncated
Whether the Operator Site has truncated or not the result set.


listDescription

ListDescription listDescription

Class inspireit.uddi.response.TModelDetail implements Serializable

Serialized Fields

tModels

TModels tModels
The list of TModel elements.


generic

java.lang.String generic
The UDDI version in use.


operator

Operator operator
The characteristics of the Operator Site.


truncated

boolean truncated
Whether the Operator Site has truncated or not the result set.

Class inspireit.uddi.response.TModelList implements Serializable

Serialized Fields

tModelInfos

TModelInfos tModelInfos
The list of TModelInfo elements.


generic

java.lang.String generic
The UDDI version in use.


operator

Operator operator
The characteristics of the Operator Site.


truncated

boolean truncated
Whether the Operator Site has truncated or not the result set.


listDescription

ListDescription listDescription


Package inspireit.uddi.response.base

Class inspireit.uddi.response.base.AssertionStatusItem implements Serializable

Serialized Fields

fromKey

FromKey fromKey
BusinessKey defining the first part of the assertion.


toKey

ToKey toKey
BusinessKey defining the target part of the assertion.


keysOwned

KeysOwned keysOwned
The BusinessKeys the publisher manages.


keyedReference

KeyedReference keyedReference
KeyedReference that, together with fromKey and toKey, identifies the assertion.


completionStatus

CompletionStatus completionStatus
The assertion completion status.

Class inspireit.uddi.response.base.BusinessEntityExt implements Serializable

Serialized Fields

businessEntity

BusinessEntity businessEntity
The BusinessEntity this BusinessEntityExt extends.

Class inspireit.uddi.response.base.BusinessInfo implements Serializable

Serialized Fields

businessKey

BusinessKey businessKey
Pointer to the complete BusinessEntity element.


names

Names names
The Names of the BusinessEntity.


descriptions

Descriptions descriptions
Descriptions associated to the BusinessEntity.


serviceInfos

ServiceInfos serviceInfos
Information on the services available from the BusinessEntity.

Class inspireit.uddi.response.base.ErrInfo implements Serializable

Serialized Fields

errCode

java.lang.String errCode
The error code.


error

java.lang.String error
The detailed error message.

Class inspireit.uddi.response.base.KeysOwned implements Serializable

Serialized Fields

fromKey

FromKey fromKey
BusinessKey defining the first part of the assertion.


toKey

ToKey toKey
BusinessKey defining the target part of the assertion.

Class inspireit.uddi.response.base.ListDescription implements Serializable

Serialized Fields

includeCount

int includeCount
The number of list items returned.


actualCount

int actualCount
The actual overall number of matches.


listHead

int listHead
The index (with origin of 1) of the first element of the returned result set within the overall set of matches.

Class inspireit.uddi.response.base.RelatedBusinessInfo implements Serializable

Serialized Fields

businessKey

BusinessKey businessKey
The BusinessKey of the related business.


names

Names names
The Names of the related business.


descriptions

Descriptions descriptions
The Descriptions of the related business.


sharedRelationships

SharedRelationships sharedRelationships
The SharedRelationShips of the related business.

Class inspireit.uddi.response.base.Result implements Serializable

Serialized Fields

keyType

java.lang.String keyType
One of businessKey, tModelKey, serviceKey, bindingKey.


errNo

int errNo
The error number.


errInfo

ErrInfo errInfo
Information on the error.

Class inspireit.uddi.response.base.ServiceInfo implements Serializable

Serialized Fields

names

Names names
The Names of the BusinessService.


serviceKey

ServiceKey serviceKey
Pointer to the complete BusinessService element.


businessKey

BusinessKey businessKey
Pointer to the BusinessEntity element providing the BusinessService.

Class inspireit.uddi.response.base.SharedRelationships implements Serializable

Serialized Fields

keyedReferences

KeyedReferences keyedReferences
A list of KeyedReference.


direction

java.lang.String direction
The relationship direction.

Class inspireit.uddi.response.base.TModelInfo implements Serializable

Serialized Fields

tModelKey

TModelKey tModelKey
Pointer to the complete TModel.


name

Name name
The Name of the TModel.


Package inspireit.uddi.util

Class inspireit.uddi.util.UDDILocale implements Serializable

Serialized Fields

language

java.lang.String language
The language code ("fr", "en", etc.).


country

java.lang.String country
The country code ("FR", "UK", etc.).

Class inspireit.uddi.util.UUID implements Serializable

Serialized Fields

uuidStr

java.lang.String uuidStr
String representation of the UUID.


Package inspireit.uddi.util.validators

Class inspireit.uddi.util.validators.AddressException implements Serializable

Serialized Fields

address

Address address

Class inspireit.uddi.util.validators.AddressLineException implements Serializable

Serialized Fields

AddressLine

AddressLine AddressLine

Class inspireit.uddi.util.validators.BindingTemplateException implements Serializable

Serialized Fields

bindingTemplate

BindingTemplate bindingTemplate
BindingTemplate that caused the exception to be thrown.


exceptions

BindingTemplateException[] exceptions
List of exceptions that have been thrown.

Class inspireit.uddi.util.validators.BindingTemplatesException implements Serializable

Serialized Fields

bindingTemplates

BindingTemplates bindingTemplates

Class inspireit.uddi.util.validators.BusinessEntityException implements Serializable

Serialized Fields

businessEntity

BusinessEntity businessEntity
BusinessEntity that caused the exception to be thrown.

Class inspireit.uddi.util.validators.BusinessServiceException implements Serializable

Serialized Fields

businessService

BusinessService businessService
BusinessService that caused the exception to be thrown.

Class inspireit.uddi.util.validators.BusinessServicesException implements Serializable

Serialized Fields

businessServices

BusinessServices businessServices

Class inspireit.uddi.util.validators.CategoryBagException implements Serializable

Serialized Fields

categoryBag

CategoryBag categoryBag

Class inspireit.uddi.util.validators.ContactException implements Serializable

Serialized Fields

contact

Contact contact

Class inspireit.uddi.util.validators.ContactsException implements Serializable

Serialized Fields

contacts

Contacts contacts

Class inspireit.uddi.util.validators.DiscoveryURLException implements Serializable

Serialized Fields

DiscoveryURL

DiscoveryURL DiscoveryURL

Class inspireit.uddi.util.validators.DiscoveryURLsException implements Serializable

Serialized Fields

discoveryURLs

DiscoveryURLs discoveryURLs

Class inspireit.uddi.util.validators.EMailException implements Serializable

Serialized Fields

email

EMail email

Class inspireit.uddi.util.validators.IdentifierBagException implements Serializable

Serialized Fields

identifierBag

IdentifierBag identifierBag

Class inspireit.uddi.util.validators.InstanceDetailsException implements Serializable

Serialized Fields

instanceDetails

InstanceDetails instanceDetails
InstanceDetails that caused the exception to be thrown.

Class inspireit.uddi.util.validators.KeyedReferenceException implements Serializable

Serialized Fields

keyedReference

KeyedReference keyedReference
The KeyedReference source of the exception.

Class inspireit.uddi.util.validators.PhoneException implements Serializable

Class inspireit.uddi.util.validators.PublisherAssertionException implements Serializable

Class inspireit.uddi.util.validators.TModelException implements Serializable

Class inspireit.uddi.util.validators.TModelInstanceInfoException implements Serializable

Serialized Fields

tModelInstanceInfo

TModelInstanceInfo tModelInstanceInfo
TModelInstanceInfo that caused the exception to be thrown.


exceptions

TModelInstanceInfoException[] exceptions
List of exceptions that have been thrown.

Class inspireit.uddi.util.validators.ValidationException implements Serializable

Serialized Fields

type

int type
The exception type.


faulty

java.lang.Object faulty
The faulty object.


exceptions

ValidationException[] exceptions
List of exceptions that have been thrown.


subexception

ValidationException subexception


Class inspireit.uddi.request.inquiry.FindRelatedBusinesses implements Serializable

Serialized Fields

generic

java.lang.String generic
The UDDI version in use.


businessKey

BusinessKey businessKey
BusinessKey specifying a BusinessEntity to use as the focal point of the search.


findQualifiers

FindQualifiers findQualifiers
FindQualifier elements altering the default search behavior.


keyedReference

KeyedReference keyedReference
KeyedReference specifying the relationship between the focal point and the results.


maxRows

int maxRows
Limit to the number of rows returned.


listHead

int listHead
The index of the item that must be returned as the first resultant set element.


authInfo

AuthInfo authInfo
Authentication information.


fromKey

FromKey fromKey

toKey