Uses of Class
org.codehaus.cargo.module.webapp.EjbRef
-
-
Uses of EjbRef in org.codehaus.cargo.module.webapp
Methods in org.codehaus.cargo.module.webapp with parameters of type EjbRef Modifier and Type Method Description static void
WebXmlUtils. addEjbRef(WebXml webXml, EjbRef ref)
Add an EJB Reference.void
VendorWebAppDescriptor. addEjbReference(EjbRef ref)
Adds an ejb reference to the descriptor. -
Uses of EjbRef in org.codehaus.cargo.module.webapp.jboss
Methods in org.codehaus.cargo.module.webapp.jboss with parameters of type EjbRef Modifier and Type Method Description void
JBossWebXml. addEjbReference(EjbRef ref)
Adds an ejb reference to the descriptor. -
Uses of EjbRef in org.codehaus.cargo.module.webapp.orion
Methods in org.codehaus.cargo.module.webapp.orion with parameters of type EjbRef Modifier and Type Method Description void
OrionWebXml. addEjbReference(EjbRef ref)
Adds a ejb reference description to orion-web.xml. -
Uses of EjbRef in org.codehaus.cargo.module.webapp.resin
Methods in org.codehaus.cargo.module.webapp.resin with parameters of type EjbRef Modifier and Type Method Description void
ResinWebXml. addEjbReference(EjbRef ref)
Adds a ejb reference. -
Uses of EjbRef in org.codehaus.cargo.module.webapp.weblogic
Methods in org.codehaus.cargo.module.webapp.weblogic with parameters of type EjbRef Modifier and Type Method Description void
WeblogicXml. addEjbReference(EjbRef ref)
Adds a ejb reference description to the weblogic.xml. -
Uses of EjbRef in org.codehaus.cargo.module.webapp.websphere
Methods in org.codehaus.cargo.module.webapp.websphere with parameters of type EjbRef Modifier and Type Method Description void
IbmWebBndXmi. addEjbReference(EjbRef ref)
Adds a ejb reference description to the websphere web deployment descriptor.
-