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

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

Uses of ApplicationClient in org.apache.openejb.config
 

Methods in org.apache.openejb.config that return ApplicationClient
 ApplicationClient ClientModule.getApplicationClient()
           
static ApplicationClient ReadDescriptors.readApplicationClient(URL url)
           
 

Methods in org.apache.openejb.config with parameters of type ApplicationClient
 void ClientModule.setApplicationClient(ApplicationClient applicationClient)
           
 

Constructors in org.apache.openejb.config with parameters of type ApplicationClient
ClientModule(ApplicationClient applicationClient, ClassLoader classLoader, String jarLocation, String mainClass, String moduleId)
           
 

Uses of ApplicationClient in org.apache.openejb.jee
 

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

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



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