Package com.ibm.uddi.datatypes

Provides the argument classes of the methods of the EJB interface to the IBM WebSphere UDDI Registry.

See:
          Description

Class Summary
AccessPoint Deprecated. Deprecated as of WAS 6.0.
Address Deprecated. Deprecated as of WAS 6.0.
AddressLineList Deprecated. Deprecated as of WAS 6.0.
AddressList Deprecated. Deprecated as of WAS 6.0.
AssertionStatusItem Deprecated. Deprecated as of WAS 6.0.
AssertionStatusItemList Deprecated. Deprecated as of WAS 6.0.
AssertionStatusReport Deprecated. Deprecated as of WAS 6.0.
BindingDetail Deprecated. Deprecated as of WAS 6.0.
BindingTemplate Deprecated. Deprecated as of WAS 6.0.
BindingTemplateList Deprecated. Deprecated as of WAS 6.0.
BusinessDetail Deprecated. Deprecated as of WAS 6.0.
BusinessDetailExt Deprecated. Deprecated as of WAS 6.0.
BusinessEntity Deprecated. Deprecated as of WAS 6.0.
BusinessEntityExt Deprecated. Deprecated as of WAS 6.0.
BusinessEntityExtList Deprecated. Deprecated as of WAS 6.0.
BusinessEntityList Deprecated. Deprecated as of WAS 6.0.
BusinessInfo Deprecated. Deprecated as of WAS 6.0.
BusinessInfoList Deprecated. Deprecated as of WAS 6.0.
BusinessList Deprecated. Deprecated as of WAS 6.0.
BusinessService Deprecated. Deprecated as of WAS 6.0.
BusinessServiceList Deprecated. Deprecated as of WAS 6.0.
CategoryBag Deprecated. Deprecated as of WAS 6.0.
Contact Deprecated. Deprecated as of WAS 6.0.
ContactList Deprecated. Deprecated as of WAS 6.0.
Description Deprecated. Deprecated as of WAS 6.0.
DescriptionList Deprecated. Deprecated as of WAS 6.0.
DiscoveryUrl Deprecated. Deprecated as of WAS 6.0.
DiscoveryUrlList Deprecated. Deprecated as of WAS 6.0.
DispositionReport Deprecated. Deprecated as of WAS 6.0.
Email Deprecated. Deprecated as of WAS 6.0.
EmailList Deprecated. Deprecated as of WAS 6.0.
EndPoint Deprecated. Deprecated as of WAS 6.0.
ErrInfo Deprecated. Deprecated as of WAS 6.0.
FindQualifiers Deprecated. Deprecated as of WAS 6.0.
HostingRedirector Deprecated. Deprecated as of WAS 6.0.
IdentifierBag Deprecated. Deprecated as of WAS 6.0.
InquiryOptions Deprecated. Deprecated as of WAS 6.0.
InstanceDetails Deprecated. Deprecated as of WAS 6.0.
KeyedReference Deprecated. Deprecated as of WAS 6.0.
KeysOwned Deprecated. Deprecated as of WAS 6.0.
Name Deprecated. Deprecated as of WAS 6.0.
NameList Deprecated. Deprecated as of WAS 6.0.
OverviewDoc Deprecated. Deprecated as of WAS 6.0.
Phone Deprecated. Deprecated as of WAS 6.0.
PhoneList Deprecated. Deprecated as of WAS 6.0.
PublisherAssertion Deprecated. Deprecated as of WAS 6.0.
PublisherAssertionList Deprecated. Deprecated as of WAS 6.0.
PublisherAssertions Deprecated. Deprecated as of WAS 6.0.
RegisteredInfo Deprecated. Deprecated as of WAS 6.0.
RelatedBusinessesList Deprecated. Deprecated as of WAS 6.0.
RelatedBusinessInfo Deprecated. Deprecated as of WAS 6.0.
RelatedBusinessInfoList Deprecated. Deprecated as of WAS 6.0.
Result Deprecated. Deprecated as of WAS 6.0.
ResultList Deprecated. Deprecated as of WAS 6.0.
ServiceDetail Deprecated. Deprecated as of WAS 6.0.
ServiceInfo Deprecated. Deprecated as of WAS 6.0.
ServiceInfoList Deprecated. Deprecated as of WAS 6.0.
ServiceList Deprecated. Deprecated as of WAS 6.0.
SharedRelationships Deprecated. Deprecated as of WAS 6.0.
TModel Deprecated. Deprecated as of WAS 6.0.
TModelBag Deprecated. Deprecated as of WAS 6.0.
TModelDetail Deprecated. Deprecated as of WAS 6.0.
TModelInfo Deprecated. Deprecated as of WAS 6.0.
TModelInfoList Deprecated. Deprecated as of WAS 6.0.
TModelInstanceInfo Deprecated. Deprecated as of WAS 6.0.
TModelInstanceInfoList Deprecated. Deprecated as of WAS 6.0.
TModelList Deprecated. Deprecated as of WAS 6.0.
TModels Deprecated. Deprecated as of WAS 6.0.
UploadRegisterList Deprecated. Deprecated as of WAS 6.0.
 

Exception Summary
DispositionReportException Deprecated. Deprecated as of WAS 6.0.
 

Package com.ibm.uddi.datatypes Description

Provides the argument classes of the methods of the EJB interface to the IBM WebSphere UDDI Registry.

Each class in this package corresponds to an element, or a sequence of elements, in the UDDI v2.0 XML schema. Roughly speaking, there is a one-one correspondence between classes in this package and elements of the UDDI v2.0 XML schema. Exceptions to this occur where UDDI XML schema elements can be represented by a single String, and where classes in this package correspond to sequences of elements in the UDDI XML schema.

Naming Conventions:

In general, a datatype called DatatypeList encapsulates a vector of Datatype objects. Often these correspond to UDDI v2.0 XML schema elements with plural names. (For example the datatype Contact corresponds to UDDI v2.0 XML element contact, and ContactList corresponds to contacts.) Where there is no "plural" UDDI v2.0 XML schema element for a particular Datatype, often there is still a DatatypeList where it is useful to have one, e.g. AddressList.

The exceptions to this naming convention occur when there is an existing UDDI v2.0 XML schema element ending in "List". The exceptions are: TModelList, ServiceList, BusinessList. In these cases, the corresponding datatypes are given the same names as the UDDI v2.0 XML schema elements, and the datatypes that would have had these names are called: TModels, BusinessServiceList, BusinessEntityList.