|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.wsdl.codegen.CodeGenerationEngine
public class CodeGenerationEngine
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 |
---|
public CodeGenerationEngine(CodeGenConfiguration configuration) throws CodeGenerationException
configuration
-
CodeGenerationException
public CodeGenerationEngine(CommandLineOptionParser parser) throws CodeGenerationException
parser
-
CodeGenerationException
Method Detail |
---|
public void generate() throws CodeGenerationException
CodeGenerationException
public javax.wsdl.Definition readInTheWSDLFile(java.lang.String uri) throws javax.wsdl.WSDLException
uri
-
javax.wsdl.WSDLException
public CodeGenConfiguration getConfiguration()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |