Interface BeanDeploymentMarshallingContext

All Known Subinterfaces:
BeanDeploymentConfiguration

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

    Modifier and Type
    Method
    Description
    The set of bean classes contained in the bean deployment.
    org.jboss.modules.Module
    Returns the module of the bean deployment,
  • Method Details

    • 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