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:
- [email protected]
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static class
EJBArchiveMetaData.Builder
Constructor Summary
Constructors Constructor and Description EJBArchiveMetaData(List<EJBMetaData> beans, String configName, String configFile, String webServiceContextRoot, String securityDomain, PublishLocationAdapter publishLocationAdapter)
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description EJBMetaData
getBeanByEjbName(String ejbName)
String
getConfigFile()
String
getConfigName()
Iterator<EJBMetaData>
getEnterpriseBeans()
String
getSecurityDomain()
String
getWebServiceContextRoot()
String
getWsdlPublishLocationByName(String name)
-
Constructor Detail
EJBArchiveMetaData
public EJBArchiveMetaData(List<EJBMetaData> beans, String configName, String configFile, String webServiceContextRoot, String securityDomain, PublishLocationAdapter publishLocationAdapter)
Method Detail
getBeanByEjbName
public EJBMetaData getBeanByEjbName(String ejbName)
getEnterpriseBeans
public Iterator<EJBMetaData> getEnterpriseBeans()
getConfigName
public String getConfigName()
getConfigFile
public String getConfigFile()
getWebServiceContextRoot
public String getWebServiceContextRoot()
getSecurityDomain
public String getSecurityDomain()
Copyright © 2020 JBoss, by Red Hat. All rights reserved.