Class ExtensionsArchivist

  • Direct Known Subclasses:
    EjbInWarArchivist, PersistenceArchivist, WebServicesArchivist

    @Contract
    public abstract class ExtensionsArchivist
    extends Object
    An extension archivist is processing extensions deployment descriptors like web services, persistence or even EJB information within a war file. They do not represent a top level archivist, as it is not capable of loading BundleDescriptors directly but require a top level archivist to do so before they can process their own metadata
    Author:
    Jerome Dochez