Interface WeldModule.PostBeanArchiveServiceRegistrationContext

  • Enclosing interface:
    WeldModule

    public static interface WeldModule.PostBeanArchiveServiceRegistrationContext
    • Method Detail

      • getServices

        org.jboss.weld.bootstrap.api.ServiceRegistry getServices()
        A mutable service registry for a given bean archive. Existing services may be replaced and additional services may be registered by a module.
        Returns:
        services
      • getBeanDeploymentArchive

        org.jboss.weld.bootstrap.spi.BeanDeploymentArchive getBeanDeploymentArchive()
        Returns the BeanDeploymentArchive the services are associated with
        Returns:
        the bean deployment archive