Uses of Interface
javax.xml.registry.infomodel.Versionable

Packages that use Versionable
com.sun.xml.registry.uddi.infomodel   
javax.xml.registry.infomodel   
 

Uses of Versionable in com.sun.xml.registry.uddi.infomodel
 

Classes in com.sun.xml.registry.uddi.infomodel that implement Versionable
 class ClassificationSchemeImpl
          Implementation of ClassificationScheme interface
 class ExtrinsicObjectImpl
          Implementation of ExtrinsicObject.
 class RegistryEntryImpl
          Implementation of RegistryEntry interface
 class RegistryPackageImpl
          Implementation of RegistryPackage interface.
 class ServiceImpl
          Implementation of Service interface.
 class VersionableImpl
          Implementation of Versionable interface.
 

Uses of Versionable in javax.xml.registry.infomodel
 

Subinterfaces of Versionable in javax.xml.registry.infomodel
 interface ClassificationScheme
          A ClassificationScheme instance represents a taxonomy that may be used to classify or categorize RegistryObject instances.
 interface ExtrinsicObject
          ExtrinsicObjects provide metadata that describes submitted content whose type is not intrinsically known to the registry and therefore must be described by means of additional attributes (e.g., mime type).
 interface RegistryEntry
          The RegistryEntry interface is a base interface for interfaces in the model that require additional metadata beyond what is provided by the RegistryObject interface.
 interface RegistryPackage
          RegistryPackage instances are RegistryEntries that group logically related RegistryEntries together.
 interface Service
          Service instances are RegistryObjects that provide information on services (for example, web services) offered by an Organization.
 



Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.