Uses of Class
org.apache.openejb.jee.WebApp

Packages that use WebApp
org.apache.openejb.config   
org.apache.openejb.jee Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of WebApp in org.apache.openejb.config
 

Methods in org.apache.openejb.config that return WebApp
 WebApp WebModule.getWebApp()
           
static WebApp ReadDescriptors.readWebApp(URL url)
           
 

Methods in org.apache.openejb.config with parameters of type WebApp
 void WebModule.setWebApp(WebApp webApp)
           
 

Constructors in org.apache.openejb.config with parameters of type WebApp
WebModule(WebApp webApp, String contextRoot, ClassLoader classLoader, String jarLocation, String moduleId)
           
 

Uses of WebApp in org.apache.openejb.jee
 

Methods in org.apache.openejb.jee that return types with arguments of type WebApp
 javax.xml.bind.JAXBElement<WebApp> ObjectFactory.createWebApp(WebApp value)
          Create an instance of JAXBElement<WebApp>}
 

Methods in org.apache.openejb.jee with parameters of type WebApp
 javax.xml.bind.JAXBElement<WebApp> ObjectFactory.createWebApp(WebApp value)
          Create an instance of JAXBElement<WebApp>}
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.