|
Thanks for the tip. Can i pass in codegen-config.properties instead of having to unwrap the codegen jar file and package back up e.g. -Dcodegen-config-properties=mycodegen-config.properties and or Can i pass in specific properties e.g. -Dcodegen.java.interface.template=blah Is there any documentation specific to this feature that someone can point me to and or any examples on the web or known projects which use it that i could look at for examples?. Thanks Excerpt from codegen-config.properties ##################################################################################################################### ######################## Language specific section ################################################################# ##################################################################################################################### # The language specific section has a special custom style. The language name comes first and separated from the period # a unique name. These parameters will be included in a hashmap that is will be stored in another hash map with the # language as the key ##################################################################################################################### # Java section - Templates. # The format of the templates is <writer-class-name>,<template-name> # Note this section is specific to the emitter logic. One can have anything here! java.interface.template=org.apache.axis2.wsdl.codegen.writer.InterfaceWriter,/org/apache/axis2/wsdl/template/java/InterfaceTemplate.xsl java.interface.impl.template=org.apache.axis2.wsdl.codegen.writer.InterfaceImplementationWriter,/org/apache/axis2/wsdl/template/java/InterfaceImplementationTemplate.xsl java.bean.template=org.apache.axis2.wsdl.codegen.writer.BeanWriter,/org/apache/axis2/wsdl/template/java/BeanTemplate.xsl java.callback.template=org.apache.axis2.wsdl.codegen.writer.CallbackHandlerWriter,/org/apache/axis2/wsdl/template/java/CallbackHandlerTemplate.xsl java.exception.template=org.apache.axis2.wsdl.codegen.writer.ExceptionWriter,/org/apache/axis2/wsdl/template/java/ExceptionTemplate.xsl java.skeleton.template=org.apache.axis2.wsdl.codegen.writer.SkeletonWriter,/org/apache/axis2/wsdl/template/java/SkeletonTemplate.xsl java.skeleton.interface.template=org.apache.axis2.wsdl.codegen.writer.SkeletonInterfaceWriter,/org/apache/axis2/wsdl/template/java/SkeletonInterfaceTemplate.xsl java.testclass.template=org.apache.axis2.wsdl.codegen.writer.TestClassWriter,/org/apache/axis2/wsdl/template/java/TestClassTemplate.xsl java.service.template=org.apache.axis2.wsdl.codegen.writer.ServiceXMLWriter,/org/apache/axis2/wsdl/template/general/ServiceXMLTemplate.xsl java.message.receiver.template=org.apache.axis2.wsdl.codegen.writer.MessageReceiverWriter,/org/apache/axis2/wsdl/template/java/MessageReceiverTemplate.xsl Amila Suriarachchi wrote: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] |
- I would like to utilize the axis framework to generate ... Jason Weinstein
- Re: I would like to utilize the axis framework to ... Amila Suriarachchi
- Re: I would like to utilize the axis framework... Jason Weinstein
- Re: I would like to utilize the axis frame... Amila Suriarachchi
- How to turn on debug for this class? Jason Weinstein
- use of @ResponseWrapper in JAXWS Hu, Lan
