Java API

Package oracle.uddi.message.util

Interface Summary
InterfaceDescription
BagRandomAccessor Random access interface to a bag of UddiElements of the same type.
BagSequentialAccessor Sequential access interface to a bag of UddiElements of the same type.
 

Class Summary
ClassDescription
CategoryBag General information: This class represents an element within the UDDI API schema Element description: It maps to CategoryBag element, which is used categorization.
Description General information: This class represents an element within the UDDI API schema Element description: It maps to description element, which is used in various UDDI base data types.
DiscoveryURL General information: This class represents an element within the UDDI API schema Element description: It maps to discoveryURL element, used by various businessEntity to refer to an external documents.
DiscoveryURLs General information: This class represents an element within the UDDI API schema Element description: It maps to discoveryURLs element, which is used to hold a set of discoveryURL elements in businessEntity.
FindQualifierConstants  
FindQualifiers General information: This class represents an element within the UDDI API schema Element description: It maps to findQualifiers element, which holds a set of findQualifier (of type String)
IdentifierBag General information: This class represents an element within the UDDI API schema Element description: It maps to IdentifierBag element, which is used categorization.
KeyedReference General information: This class represents an element within the UDDI API schema Element description: It maps to keyedReference element, which represents a namespace qualified name-value pair.
OverviewDoc General information: This class represents an element within the UDDI API schema Element description: It maps to overviewDoc element, which is usually used in various data structures to hold a reference to external documents, with optional description.
TModelBag General information: This class represents an element within the UDDI API schema Element description: It maps to tModelBag element, which holds a set of tModelKey.
UddiElementBag A data structure that holds a bag of UddiElements of the same typ.
 

Exception Summary
ExceptionDescription
RandomAccessOnlyException Indicates the only random access on the bag is allowed, thrown by BagSequentialAccessor methods.
SequentialAccessOnlyException Indicates the only sequential access on the bag is allowed, thrown by BagRandomAccessor methods.
 


Java API

Copyright © 2001 - Oracle Corporation