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 voidEjbJarXml. 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 classJBossXmlEncapsulates the DOM representation of a jboss ejb deployment descriptorjboss.xmlto 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 classOrionEjbJarXmlEncapsulates the DOM representation of a oracle ejb deployment descriptororion-ejb-jar.xmlto 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 classWeblogicEjbJarXmlEncapsulates the DOM representation of a weblogic ejb deployment descriptorweblogic-ejb-jar.xmlto 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 classIbmEjbJarBndXmiEncapsulates the DOM representation of a websphere ejb deployment descriptoribm-ejb-jar-bnd.xmito provide convenience methods for easy access and manipulation.
-