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.


Method Summary
 RegistryEntry getRegistryEntry()
          Gets the registry entry that catalogs this object
 java.lang.Object getRepositoryItem()
          Gets the optional repository item that may be contained in this object
 

Method Detail

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