org.apache.axis2.wsdl.codegen
Class CodeGenerationEngine
java.lang.Object
org.apache.axis2.wsdl.codegen.CodeGenerationEngine
public class CodeGenerationEngine
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CodeGenerationEngine
public CodeGenerationEngine(CodeGenConfiguration configuration)
throws CodeGenerationException
- Parameters:
configuration
-
- Throws:
CodeGenerationException
CodeGenerationEngine
public CodeGenerationEngine(CommandLineOptionParser parser)
throws CodeGenerationException
- Parameters:
parser
-
- Throws:
CodeGenerationException
generate
public void generate()
throws CodeGenerationException
- Generate the code!!
- Throws:
CodeGenerationException
readInTheWSDLFile
public javax.wsdl.Definition readInTheWSDLFile(String uri)
throws javax.wsdl.WSDLException
- Read the WSDL file
- Parameters:
uri
-
- Throws:
javax.wsdl.WSDLException
getConfiguration
public CodeGenConfiguration getConfiguration()
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.