FileDocCategorySizeDatePackage
Codegen.javaAPI DocGlassfish v2 API2611Fri May 04 22:36:14 BST 2007com.sun.enterprise.webservice.codegen

Codegen

public interface Codegen
This interface defines all behaviours of any codegen implementation
author
Jerome Dochez

Fields Summary
Constructors Summary
Methods Summary
public java.util.IteratorgetListOfBinaryFiles()

return
the list of binary files generated by this generator

public java.util.IteratorgetListOfSourceFiles()

return
the list of source files generated by this generator

public voidrun(com.sun.ejb.codegen.EjbcContext context)
perform the codegen with the context provided