Uses of Class
it.imolinfo.jbi4ejb.exception.ClassGenerationException

Packages that use ClassGenerationException
it.imolinfo.jbi4ejb.webservice.generator   
 

Uses of ClassGenerationException in it.imolinfo.jbi4ejb.webservice.generator
 

Methods in it.imolinfo.jbi4ejb.webservice.generator that throw ClassGenerationException
static void Util.compileJavaClasses(java.lang.String workdirsrc, java.lang.String workdirclasses, java.util.List<java.lang.String> javaSources, java.util.List<java.lang.String> jarFiles, java.util.List<java.lang.String> extraClassPath)
          Compile the java sources.
static java.util.Set<java.lang.Class> Util.findClassUsed(java.lang.String dir, java.util.List<java.io.File> classList)
          This method extracs all the classes used as method's parameter or method's result from a class list.
static org.objectweb.asm.ClassReader Util.getAsmCLassReader(java.lang.String className)
          This method returns the class reader used for the bytecode manipulation.
static java.util.List<java.lang.String> Util.prepareClassPath(java.lang.String libDirName)
          The list of names of the jars used in the classpath.
static void EJBUtils.removeEJBRemoteInterface(java.lang.String interfaceClassName, java.lang.String classesDirName)
          Removes the implements java.rmi.Remote and throws java.rmi.RemoteException clauses, using recursino (see EJB-53).
static void Util.saveAsJavaClass(java.lang.String absoluteFileName, byte[] newBytecode)
          Save the bytecode as java class.
static java.lang.String Util.tweakInterfaceClasses(java.lang.String portTypeClassName, java.lang.String classesDirName)
          Tweak interface classes addint the java.rmi.Remote interface.
static void EJBUtils.tweakRemoteInterfaceGeneratedFromWSDL(java.lang.String portTypeClassName, java.lang.String classesDirName)
          Modify the interface generated from the WSDL, adding the correct application exceptions.
static void Util.tweakSerializableDecoration(java.lang.String absPath, java.lang.Long newSerialVersionUid)
          This method modify the bytecode of a class: add Serializable interface and set the serial version UID.
static org.objectweb.asm.ClassVisitor Util.tweakSerializableInspection(java.lang.String absPath)
          This method inspect a class to verify if it is Serilizable and to extract the serial version UID (if exists).
 



Copyright © 2007-2008 Imola Informatica. All Rights Reserved.