Uses of Class
org.apache.openejb.jee.oejb2.OpenejbJarType

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

Uses of OpenejbJarType in org.apache.openejb.config
 

Methods in org.apache.openejb.config with parameters of type OpenejbJarType
 void OpenEjb2Conversion.convertEjbRefs(EjbJar ejbJar, OpenejbJar openejbJar, OpenejbJarType openejbJarType)
           
 void OpenEjb2Conversion.convertMdbConfigs(EjbJar ejbJar, OpenejbJarType openejbJarType)
           
static GeronimoEjbJarType OpenEjb2Conversion.convertToGeronimoOpenejbXml(OpenejbJarType o2)
          Actually called from ReadDescriptors as Geronimo needs this info early
 void OpenEjb2Conversion.mergeEntityMappings(String moduleId, EntityMappings entityMappings, OpenejbJar openejbJar, OpenejbJarType openejbJarType)
           
 

Uses of OpenejbJarType in org.apache.openejb.jee.oejb2
 

Methods in org.apache.openejb.jee.oejb2 that return OpenejbJarType
 OpenejbJarType ObjectFactory.createOpenejbJarType()
          Create an instance of OpenejbJarType
 

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

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



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