Uses of Interface
javax.xml.registry.infomodel.RegistryEntry
-
Packages that use RegistryEntry Package Description com.sun.xml.registry.uddi.infomodel javax.xml.registry.infomodel This package describes the information model for the JAXR API. -
-
Uses of RegistryEntry in com.sun.xml.registry.uddi.infomodel
Classes in com.sun.xml.registry.uddi.infomodel that implement RegistryEntry Modifier and Type Class Description classClassificationSchemeImplImplementation of ClassificationScheme interfaceclassExtrinsicObjectImplImplementation of ExtrinsicObject.classRegistryEntryImplImplementation of RegistryEntry interfaceclassRegistryPackageImplImplementation of RegistryPackage interface.classServiceImplImplementation of Service interface. -
Uses of RegistryEntry in javax.xml.registry.infomodel
Subinterfaces of RegistryEntry in javax.xml.registry.infomodel Modifier and Type Interface Description interfaceClassificationSchemeA ClassificationScheme instance represents a taxonomy that may be used to classify or categorize RegistryObject instances.interfaceExtrinsicObjectExtrinsicObjects 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).interfaceRegistryPackageRegistryPackage instances are RegistryEntries that group logically related RegistryEntries together.interfaceServiceService instances are RegistryObjects that provide information on services (for example, web services) offered by an Organization.
-