org.glassfish.ejb.deployment.annotation.impl
Class EjbInWarScanner
java.lang.Object
org.glassfish.apf.impl.JavaEEScanner
com.sun.enterprise.deployment.annotation.impl.ModuleScanner<EjbBundleDescriptor>
com.sun.enterprise.deployment.annotation.impl.EjbJarScanner
org.glassfish.ejb.deployment.annotation.impl.EjbInWarScanner
- All Implemented Interfaces:
- Scanner<EjbBundleDescriptor>
@Service
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
public class EjbInWarScanner
- extends EjbJarScanner
Created by IntelliJ IDEA.
User: mk
Date: Mar 26, 2008
Time: 11:12:42 PM
To change this template use File | Settings | File Templates.
| Methods inherited from class com.sun.enterprise.deployment.annotation.impl.ModuleScanner |
addLibraryJars, addScanClassName, addScanDirectory, addScanJar, addScanURI, calculateResults, completeProcess, getClassLoader, getElements, getExecutorService, getTypes, process, setParser |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EjbInWarScanner
public EjbInWarScanner()
process
public void process(File archiveFile,
EjbBundleDescriptor desc,
ClassLoader classLoader)
throws IOException
- This scanner will scan the archiveFile for annotation processing.
- Specified by:
process in interface Scanner<EjbBundleDescriptor>- Overrides:
process in class EjbJarScanner
- Parameters:
archiveFile - classLoader -
- Throws:
IOException
Copyright © 2012 GlassFish Community. All Rights Reserved.