org.jboss.wsf.spi.metadata.j2ee
Class EJBArchiveMetaData
java.lang.Object
org.jboss.wsf.spi.metadata.j2ee.EJBArchiveMetaData
public class EJBArchiveMetaData
- extends Object
The container independent top level meta data from the jboss.xml and ejb-jar.xml descriptor.
- Since:
- 05-May-2006
- Author:
- Thomas.Diesler@jboss.org
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EJBArchiveMetaData
public EJBArchiveMetaData()
getBeanByEjbName
public EJBMetaData getBeanByEjbName(String ejbName)
getEnterpriseBeans
public Iterator<EJBMetaData> getEnterpriseBeans()
setEnterpriseBeans
public void setEnterpriseBeans(List<EJBMetaData> beans)
getConfigName
public String getConfigName()
setConfigName
public void setConfigName(String configName)
getConfigFile
public String getConfigFile()
setConfigFile
public void setConfigFile(String configFile)
getWebServiceContextRoot
public String getWebServiceContextRoot()
setWebServiceContextRoot
public void setWebServiceContextRoot(String contextRoot)
getSecurityDomain
public String getSecurityDomain()
setSecurityDomain
public void setSecurityDomain(String securityDomain)
setPublishLocationAdapter
public void setPublishLocationAdapter(PublishLocationAdapter publishLocationAdapter)
getWsdlPublishLocationByName
public String getWsdlPublishLocationByName(String name)
Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.