Package org.wildfly.clustering.ejb.bean
Interface BeanDeploymentMarshallingContext
-
- All Known Subinterfaces:
BeanDeploymentConfiguration
public interface BeanDeploymentMarshallingContextThe marshalling context for a bean deployment.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<Class<?>>getBeanClasses()The set of bean classes contained in the bean deployment.org.jboss.modules.ModulegetModule()Returns the module of the bean deployment,
-