Uses of Interface
org.codehaus.cargo.module.VendorDescriptor

Packages that use VendorDescriptor
org.codehaus.cargo.module.ejb   
org.codehaus.cargo.module.ejb.jboss   
org.codehaus.cargo.module.ejb.orion   
org.codehaus.cargo.module.ejb.weblogic   
org.codehaus.cargo.module.ejb.websphere   
org.codehaus.cargo.module.webapp   
org.codehaus.cargo.module.webapp.jboss   
org.codehaus.cargo.module.webapp.orion   
org.codehaus.cargo.module.webapp.resin   
org.codehaus.cargo.module.webapp.weblogic   
org.codehaus.cargo.module.webapp.websphere   
 

Uses of VendorDescriptor in org.codehaus.cargo.module.ejb
 

Subinterfaces of VendorDescriptor in org.codehaus.cargo.module.ejb
 interface VendorEjbDescriptor
          Base interface for vendor specific EJB descriptors.
 

Uses of VendorDescriptor in org.codehaus.cargo.module.ejb.jboss
 

Classes in org.codehaus.cargo.module.ejb.jboss that implement VendorDescriptor
 class JBossXml
          Encapsulates the DOM representation of a jboss ejb deployment descriptor jboss.xml to provide convenience methods for easy access and manipulation.
 

Uses of VendorDescriptor in org.codehaus.cargo.module.ejb.orion
 

Classes in org.codehaus.cargo.module.ejb.orion that implement VendorDescriptor
 class OrionEjbJarXml
          Encapsulates the DOM representation of a oracle ejb deployment descriptor orion-ejb-jar.xml to provide convenience methods for easy access and manipulation.
 

Uses of VendorDescriptor in org.codehaus.cargo.module.ejb.weblogic
 

Classes in org.codehaus.cargo.module.ejb.weblogic that implement VendorDescriptor
 class WeblogicEjbJarXml
          Encapsulates the DOM representation of a weblogic ejb deployment descriptor weblogic-ejb-jar.xml to provide convenience methods for easy access and manipulation.
 

Uses of VendorDescriptor in org.codehaus.cargo.module.ejb.websphere
 

Classes in org.codehaus.cargo.module.ejb.websphere that implement VendorDescriptor
 class IbmEjbJarBndXmi
          Encapsulates the DOM representation of a websphere ejb deployment descriptor ibm-ejb-jar-bnd.xmi to provide convenience methods for easy access and manipulation.
 

Uses of VendorDescriptor in org.codehaus.cargo.module.webapp
 

Subinterfaces of VendorDescriptor in org.codehaus.cargo.module.webapp
 interface VendorWebAppDescriptor
          Common interface for vendor specific deployment descriptors.
 

Uses of VendorDescriptor in org.codehaus.cargo.module.webapp.jboss
 

Classes in org.codehaus.cargo.module.webapp.jboss that implement VendorDescriptor
 class JBossWebXml
          Encapsulates the DOM representation of a web deployment descriptor jboss-web.xml to provide convenience methods for easy access and manipulation.
 

Uses of VendorDescriptor in org.codehaus.cargo.module.webapp.orion
 

Classes in org.codehaus.cargo.module.webapp.orion that implement VendorDescriptor
 class OrionWebXml
          Encapsulates the DOM representation of a oracle web deployment descriptor orion-web.xml to provide convenience methods for easy access and manipulation.
 

Uses of VendorDescriptor in org.codehaus.cargo.module.webapp.resin
 

Classes in org.codehaus.cargo.module.webapp.resin that implement VendorDescriptor
 class ResinWebXml
          Encapsulates the DOM representation of a web deployment descriptor resin-web.xml to provide convenience methods for easy access and manipulation.
 

Uses of VendorDescriptor in org.codehaus.cargo.module.webapp.weblogic
 

Classes in org.codehaus.cargo.module.webapp.weblogic that implement VendorDescriptor
 class WeblogicXml
          Encapsulates the DOM representation of a weblogic web deployment descriptor weblogic.xml to provide convenience methods for easy access and manipulation.
 

Uses of VendorDescriptor in org.codehaus.cargo.module.webapp.websphere
 

Classes in org.codehaus.cargo.module.webapp.websphere that implement VendorDescriptor
 class IbmWebBndXmi
          Encapsulates the DOM representation of a websphere web deployment descriptor ibm-web-bnd.xmi to provide convenience methods for easy access and manipulation.
 



Copyright © 2004-2012 Codehaus. All Rights Reserved.