org.apache.openejb.config
Class FinderFactory

java.lang.Object
  extended by org.apache.openejb.config.FinderFactory

public class FinderFactory
extends Object


Constructor Summary
FinderFactory()
           
 
Method Summary
 org.apache.xbean.finder.IAnnotationFinder create(DeploymentModule module)
           
static org.apache.xbean.finder.IAnnotationFinder createFinder(DeploymentModule module)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FinderFactory

public FinderFactory()
Method Detail

createFinder

public static org.apache.xbean.finder.IAnnotationFinder createFinder(DeploymentModule module)
                                                              throws Exception
Throws:
Exception

create

public org.apache.xbean.finder.IAnnotationFinder create(DeploymentModule module)
                                                 throws Exception
Throws:
Exception


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