org.apache.axis2.wsdl.codegen
Class CodeGenerationEngine

java.lang.Object
  extended by org.apache.axis2.wsdl.codegen.CodeGenerationEngine

public class CodeGenerationEngine
extends java.lang.Object


Constructor Summary
CodeGenerationEngine(CodeGenConfiguration configuration)
           
CodeGenerationEngine(CommandLineOptionParser parser)
           
 
Method Summary
 void generate()
          Generate the code!!
 CodeGenConfiguration getConfiguration()
           
 javax.wsdl.Definition readInTheWSDLFile(java.lang.String uri)
          Read the WSDL file
 
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 the code!!

Throws:
CodeGenerationException

readInTheWSDLFile

public javax.wsdl.Definition readInTheWSDLFile(java.lang.String uri)
                                        throws javax.wsdl.WSDLException
Read the WSDL file

Parameters:
uri -
Throws:
javax.wsdl.WSDLException

getConfiguration

public CodeGenConfiguration getConfiguration()


Copyright © 2007 Apache Web Services Project. All Rights Reserved.