Interface BeanDeploymentMarshallingContext

  • All Known Subinterfaces:
    BeanDeploymentConfiguration

    public interface BeanDeploymentMarshallingContext
    The marshalling context for a bean deployment.
    Author:
    Paul Ferraro
    • Method Detail

      • getModule

        org.jboss.modules.Module getModule()
        Returns the module of the bean deployment,
        Returns:
        the module of the bean deployment
      • getBeanClasses

        Set<Class<?>> getBeanClasses()
        The set of bean classes contained in the bean deployment.
        Returns:
        a set of bean classes