org.apache.geronimo.ews.ws4j2ee.module
Class ModuleFactory

java.lang.Object
  extended byorg.apache.geronimo.ews.ws4j2ee.module.ModuleFactory

public class ModuleFactory
extends java.lang.Object

Author:
Srinath Perera(hemapani@opensource.lk)

Constructor Summary
ModuleFactory()
           
 
Method Summary
static Module createPackageModule(java.lang.String path, java.lang.ClassLoader parentCL, java.io.File outDir)
           
static Module createPackageModule(java.lang.String path, java.io.File outDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleFactory

public ModuleFactory()
Method Detail

createPackageModule

public static Module createPackageModule(java.lang.String path,
                                         java.io.File outDir)
                                  throws UnrecoverableGenerationFault
Parameters:
path - - path to the package
Returns:
Throws:
GenerationFault
UnrecoverableGenerationFault

createPackageModule

public static Module createPackageModule(java.lang.String path,
                                         java.lang.ClassLoader parentCL,
                                         java.io.File outDir)
                                  throws UnrecoverableGenerationFault
Throws:
UnrecoverableGenerationFault


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