| java.lang.Object org.netbeans.modules.etl.project.anttasks.WsdlGenerator
WsdlGenerator | public class WsdlGenerator (Code) | | This class generates an ETL WSDL file given an ETL engine file name
|
WsdlGenerator | public WsdlGenerator(String engineFileName, String wsdlLocation)(Code) | | Parameters: engineFileName - Parameters: wsdlLocation - |
WsdlGenerator | public WsdlGenerator(File f, String engineFileName, String wsdlLocation)(Code) | | f,represents the engine file engineFileName,the name used for generation wsdl artifacts, should becombination of project + engine file wsdlLocation,location of the wsdl file generated |
|
|