org.apache.geronimo.ews.ws4j2ee.module
Interface Module

All Known Implementing Classes:
AbstractModule, DirModule, EARModule

public interface Module

This reprsents a packaged module jar,WAR,EAR file. the implementation classes of this interface should provide the acsses to the DD files and give a class loader that load the class files in the jar file.

Author:
hemapani

Method Summary
 java.io.InputStream findFileInModule(java.lang.String path)
           
 java.lang.ClassLoader getClassLoaderWithPackageLoaded()
           
 java.util.ArrayList getClassPathElements()
           
 java.io.InputStream getEjbJarfile()
           
 java.io.InputStream getWebddfile()
           
 java.io.InputStream getWscfFile()
           
 void setEjbJarfile(java.io.InputStream stream)
           
 void setWebddfile(java.io.InputStream stream)
           
 void setWscfFile(java.io.InputStream stream)
           
 

Method Detail

getEjbJarfile

public java.io.InputStream getEjbJarfile()
                                  throws GenerationFault
Throws:
GenerationFault

getWebddfile

public java.io.InputStream getWebddfile()
                                 throws GenerationFault
Throws:
GenerationFault

getWscfFile

public java.io.InputStream getWscfFile()
                                throws GenerationFault
Throws:
GenerationFault

setEjbJarfile

public void setEjbJarfile(java.io.InputStream stream)
                   throws GenerationFault
Throws:
GenerationFault

setWebddfile

public void setWebddfile(java.io.InputStream stream)
                  throws GenerationFault
Throws:
GenerationFault

setWscfFile

public void setWscfFile(java.io.InputStream stream)
                 throws GenerationFault
Throws:
GenerationFault

getClassLoaderWithPackageLoaded

public java.lang.ClassLoader getClassLoaderWithPackageLoaded()
                                                      throws GenerationFault
Throws:
GenerationFault

getClassPathElements

public java.util.ArrayList getClassPathElements()
                                         throws GenerationFault
Throws:
GenerationFault

findFileInModule

public java.io.InputStream findFileInModule(java.lang.String path)
                                     throws GenerationFault
Throws:
GenerationFault


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.