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 and Description class
SLSBMetaData
The container independent metadata of a stateless session bean.Methods in org.jboss.wsf.spi.metadata.j2ee that return EJBMetaData Modifier and Type Method and Description EJBMetaData
EJBArchiveMetaData. getBeanByEjbName(String ejbName)
Methods in org.jboss.wsf.spi.metadata.j2ee that return types with arguments of type EJBMetaData Modifier and Type Method and Description Iterator<EJBMetaData>
EJBArchiveMetaData. getEnterpriseBeans()
List<EJBMetaData>
EJBArchiveMetaData.Builder. getEnterpriseBeans()
Method parameters in org.jboss.wsf.spi.metadata.j2ee with type arguments of type EJBMetaData Modifier and Type Method and Description void
EJBArchiveMetaData.Builder. setEnterpriseBeans(List<EJBMetaData> beans)
Constructor parameters in org.jboss.wsf.spi.metadata.j2ee with type arguments of type EJBMetaData Constructor and Description EJBArchiveMetaData(List<EJBMetaData> beans, String configName, String configFile, String webServiceContextRoot, String securityDomain, PublishLocationAdapter publishLocationAdapter)
Copyright © 2020 JBoss, by Red Hat. All rights reserved.