Oracle Application Server Web Services UDDI Client API Reference
10g (9.0.4)

Part No. B10396-01

Package oracle.uddi.message.util

Provides classes which represent commonly-used XML messages as defined by the UDDI specification.

See:
          Description

Interface Summary
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.
UddiAuthElementIf This interface should be implemented by elements that contain authentication information.

 

Class Summary
CategoryBag General information:
Description General information:
DiscoveryURL General information:
DiscoveryURLs General information:
FindQualifierConstants Deprecated.  
FindQualifiers General information:
IdentifierBag General information:
KeyedReference General information:
KeyedReferenceComparatorForCategoryBag  
Name General information:
OverviewDoc General information:
TModelBag General information:
UddiElementBag A data structure that holds a bag of UddiElements of the same typ.

 

Exception Summary
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.

 

Package oracle.uddi.message.util Description

Provides classes which represent commonly-used XML messages as defined by the UDDI specification. This package includes the abstract class UddiElementBag which is the superclass of all the bag elements.


Oracle Application Server Web Services UDDI Client API Reference
10g (9.0.4)

Part No. B10396-01

Copyright © 2001, 2003, Oracle. All rights reserved.