org.apache.openejb.assembler.classic
Class EjbJarBuilder

java.lang.Object
  extended by org.apache.openejb.assembler.classic.EjbJarBuilder

public class EjbJarBuilder
extends Object

Version:
$Revision: 1172560 $ $Date: 2011-09-19 10:32:35 +0000 (Mon, 19 Sep 2011) $

Field Summary
protected static Messages messages
           
 
Constructor Summary
EjbJarBuilder(Properties props, AppContext context)
           
 
Method Summary
 HashMap<String,BeanContext> build(EjbJarInfo ejbJar, Collection<Injection> appInjections)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

messages

protected static final Messages messages
Constructor Detail

EjbJarBuilder

public EjbJarBuilder(Properties props,
                     AppContext context)
Method Detail

build

public HashMap<String,BeanContext> build(EjbJarInfo ejbJar,
                                         Collection<Injection> appInjections)
                                  throws OpenEJBException
Throws:
OpenEJBException


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.