Uses of Interface
javax.xml.registry.infomodel.ExtensibleObject
Packages that use ExtensibleObject
Package
Description
This package describes the information model for the Jakarta XML Registries
API.
-
Uses of ExtensibleObject in javax.xml.registry.infomodel
Subinterfaces of ExtensibleObject in javax.xml.registry.infomodelModifier and TypeInterfaceDescriptioninterfaceA RegistryObject instance may be associated with zero or more RegistryObject instances.interfaceAuditableEvent instances provide a long term record of events that effect a change of state in a RegistryObject.interfaceThe Classification interface is used to classify RegistryObject instances.interfaceA ClassificationScheme instance represents a taxonomy that may be used to classify or categorize RegistryObject instances.interfaceThe Concept interface is used to represent taxonomy elements and their structural relationship with each other in order to describe an internal taxonomy.interfaceExternalIdentifier instances provide the additional identifier information to RegistryObjects such as DUNS number, Social Security Number, or an alias name of the organization.interfaceExternalLink instances model a named URI to content that may reside outside the registry.interfaceExtrinsicObjects 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).interfaceOrganization instances provide information on organizations such as a Submitting Organization.interfacePostalAddress is a simple re-usable entity class that defines attributes of a postal Address.interfaceThe RegistryEntry interface is a base interface for interfaces in the model that require additional metadata beyond what is provided by the RegistryObject interface.interfaceThe RegistryObject class is an abstract base class used by most classes in the model.interfaceRegistryPackage instances are RegistryEntries that group logically related RegistryEntries together.interfaceService instances are RegistryObjects that provide information on services (for example, web services) offered by an Organization.interfaceServiceBinding instances are RegistryObjects that represent technical information on a specific way to access a specific interface offered by a Service instance.interfaceA SpecificationLink provides the linkage between a ServiceBinding and one of its technical specifications that describes how to use the service using the ServiceBinding.interfaceUser instances are RegistryObjects that are used to provide information about registered users within the registry.