javax.xml.registry
Interface CataloguedObject
- public interface CataloguedObject
A wrapper interface that wraps a RegistryEntry and the RepositoryItem that it catalogs. In some cased there RepositoryItem may be null.
getRegistryEntry
public RegistryEntry getRegistryEntry()
throws JAXRException
- Gets the registry entry that catalogs this object
- Capability Level: 0
getRepositoryItem
public java.lang.Object getRepositoryItem()
throws UnsupportedCapabilityException,
JAXRException
- Gets the optional repository item that may be contained in this object
- Capability Level: 1