org.apache.axis2.wsdl.codegen
Class CodeGenerationEngine

java.lang.Object
  extended byorg.apache.axis2.wsdl.codegen.CodeGenerationEngine

public class CodeGenerationEngine
extends Object


Constructor Summary
CodeGenerationEngine(CodeGenConfiguration configuration)
           
CodeGenerationEngine(CommandLineOptionParser parser)
           
 
Method Summary
 void generate()
          Generate a WSDL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodeGenerationEngine

public CodeGenerationEngine(CodeGenConfiguration configuration)
                     throws CodeGenerationException
Parameters:
configuration -
Throws:
CodeGenerationException

CodeGenerationEngine

public CodeGenerationEngine(CommandLineOptionParser parser)
                     throws CodeGenerationException
Parameters:
parser -
Throws:
CodeGenerationException
Method Detail

generate

public void generate()
              throws CodeGenerationException
Generate a WSDL

Throws:
CodeGenerationException