Uses of Class
org.jboss.wsf.spi.metadata.j2ee.EJBMetaData
-
Packages that use EJBMetaData Package Description org.jboss.wsf.spi.metadata.j2ee -
-
Uses of EJBMetaData in org.jboss.wsf.spi.metadata.j2ee
Subclasses of EJBMetaData in org.jboss.wsf.spi.metadata.j2ee Modifier and Type Class Description classSLSBMetaDataThe container independent metadata of a stateless session bean.Methods in org.jboss.wsf.spi.metadata.j2ee that return EJBMetaData Modifier and Type Method Description EJBMetaDataEJBArchiveMetaData. getBeanByEjbName(String ejbName)Methods in org.jboss.wsf.spi.metadata.j2ee that return types with arguments of type EJBMetaData Modifier and Type Method Description List<EJBMetaData>EJBArchiveMetaData.Builder. getEnterpriseBeans()Iterator<EJBMetaData>EJBArchiveMetaData. getEnterpriseBeans()Method parameters in org.jboss.wsf.spi.metadata.j2ee with type arguments of type EJBMetaData Modifier and Type Method Description voidEJBArchiveMetaData.Builder. setEnterpriseBeans(List<EJBMetaData> beans)Constructor parameters in org.jboss.wsf.spi.metadata.j2ee with type arguments of type EJBMetaData Constructor Description EJBArchiveMetaData(List<EJBMetaData> beans, String configName, String configFile, String webServiceContextRoot, String securityDomain, PublishLocationAdapter publishLocationAdapter)
-