Uses of Interface
org.codehaus.cargo.module.ejb.VendorEjbDescriptor
-
-
Uses of VendorEjbDescriptor in org.codehaus.cargo.module.ejb
Methods in org.codehaus.cargo.module.ejb with parameters of type VendorEjbDescriptor Modifier and Type Method Description void
EjbJarXml. addVendorDescriptor(VendorEjbDescriptor descr)
Associates a vendor specific descriptor with this web.xml. -
Uses of VendorEjbDescriptor in org.codehaus.cargo.module.ejb.jboss
Classes in org.codehaus.cargo.module.ejb.jboss that implement VendorEjbDescriptor Modifier and Type Class Description class
JBossXml
Encapsulates the DOM representation of a jboss ejb deployment descriptorjboss.xml
to provide convenience methods for easy access and manipulation. -
Uses of VendorEjbDescriptor in org.codehaus.cargo.module.ejb.orion
Classes in org.codehaus.cargo.module.ejb.orion that implement VendorEjbDescriptor Modifier and Type Class Description class
OrionEjbJarXml
Encapsulates the DOM representation of a oracle ejb deployment descriptororion-ejb-jar.xml
to provide convenience methods for easy access and manipulation. -
Uses of VendorEjbDescriptor in org.codehaus.cargo.module.ejb.weblogic
Classes in org.codehaus.cargo.module.ejb.weblogic that implement VendorEjbDescriptor Modifier and Type Class Description class
WeblogicEjbJarXml
Encapsulates the DOM representation of a weblogic ejb deployment descriptorweblogic-ejb-jar.xml
to provide convenience methods for easy access and manipulation. -
Uses of VendorEjbDescriptor in org.codehaus.cargo.module.ejb.websphere
Classes in org.codehaus.cargo.module.ejb.websphere that implement VendorEjbDescriptor Modifier and Type Class Description class
IbmEjbJarBndXmi
Encapsulates the DOM representation of a websphere ejb deployment descriptoribm-ejb-jar-bnd.xmi
to provide convenience methods for easy access and manipulation.
-