public class ImmutableBeanDeploymentArchive extends AbstractWeldSEBeanDeploymentArchive
BeanDeploymentArchive
which must have
classes and beans.xml resources added to it via
ImmutableBeanDeploymentArchive#ImmutableBeanDeploymentArchive(String, Collection, Collection, List)
or
ImmutableBeanDeploymentArchive#ImmutableBeanDeploymentArchive(String, Collection, Collection)
See Deployment
for more detailed information on creating deployment
structures.Constructor and Description |
---|
ImmutableBeanDeploymentArchive(String id,
Collection<String> beanClasses,
BeansXml beansXml) |
ImmutableBeanDeploymentArchive(String id,
Collection<String> beanClasses,
BeansXml beansXml,
Collection<BeanDeploymentArchive> beanDeploymentArchives) |
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getBeanClasses() |
Collection<BeanDeploymentArchive> |
getBeanDeploymentArchives() |
BeansXml |
getBeansXml() |
getEjbs, getId, getServices
public ImmutableBeanDeploymentArchive(String id, Collection<String> beanClasses, BeansXml beansXml, Collection<BeanDeploymentArchive> beanDeploymentArchives)
public ImmutableBeanDeploymentArchive(String id, Collection<String> beanClasses, BeansXml beansXml)
public Collection<String> getBeanClasses()
public Collection<BeanDeploymentArchive> getBeanDeploymentArchives()
public BeansXml getBeansXml()
Copyright © 2013 Seam Framework. All Rights Reserved.