Lines Matching refs:options

87     private final WsgenOptions options = new WsgenOptions();
109 options.parseArguments(args);
110 options.validate();
111 if(!buildModel(options.endpoint.getName(), listener)){
126 if(!options.keep){
127 options.removeGeneratedFiles();
153 if(options.verbose)
156 if(options.verbose)
163 if(options.verbose)
184 webServiceAP = new WebServiceAP(options, context, errReceiver, out);
188 String[] args = new String[8 + (bootCP ? 1 :0) + (options.nocompile?1:0)];
191 args[i++] = options.destDir.getAbsolutePath();
193 args[i++] = options.classpath;
195 args[i++] = options.sourceDir.getAbsolutePath();
197 if(options.nocompile) {
212 if (options.genWsdl) {
213 String tmpPath = options.destDir.getAbsolutePath()+ File.pathSeparator+options.classpath;
223 BindingID bindingID = options.getBindingID(options.protocol);
224 if (!options.protocolSet) {
228 RuntimeModeler rtModeler = new RuntimeModeler(endpointClass, options.serviceName, bindingID, wsfeatures.toArray());
230 if (options.portName != null)
231 rtModeler.setPortName(options.portName);
240 return new File(options.nonclassDestDir, suggestedFilename);
274 endpointClass, options.inlineSchemas, ServiceFinder.find(WSDLGeneratorExtension.class).toArray());
277 if(options.wsgenReport!=null)
290 new StreamSerializer(new BufferedOutputStream(new FileOutputStream(options.wsgenReport))));
357 protected void usage(WsgenOptions options) {
359 // BadCommandLineException also shouldn't have options
360 if (options == null)
361 options = this.options;
362 System.out.println(WscompileMessages.WSGEN_HELP("WSGEN", options.protocols, options.nonstdProtocols.keySet()));
375 if (options.verbose)
416 * Processor doesn't examine any options.