org.apache.axis2.wsdl.codegen
Class CodeGenerationEngine

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

public class CodeGenerationEngine
extends java.lang.Object


Constructor Summary
CodeGenerationEngine(CodeGenConfiguration configuration)
           
CodeGenerationEngine(org.apache.axis2.util.CommandLineOptionParser parser)
           
 
Method Summary
 void generate()
          Generate the code!!
 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(org.apache.axis2.util.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


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.