Searched refs:WscompileMessages (Results 1 - 10 of 10) sorted by relevance

/openjdk10/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/processor/modeler/wsdl/
H A DConsoleErrorReporter.java28 import com.sun.tools.internal.ws.resources.WscompileMessages;
59 print(WscompileMessages.WSIMPORT_ERROR_MESSAGE(e.toString()), e);
61 print(WscompileMessages.WSIMPORT_ERROR_MESSAGE(e.getMessage()), e);
71 print(WscompileMessages.WSIMPORT_ERROR_MESSAGE(e.getMessage()), e);
75 print(WscompileMessages.WSIMPORT_WARNING_MESSAGE(e.getMessage()), e);
83 print(WscompileMessages.WSIMPORT_INFO_MESSAGE(e.getMessage()), e);
87 print(WscompileMessages.WSIMPORT_DEBUG_MESSAGE(e.getMessage()), e);
/openjdk10/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/wscompile/
H A DWsgenOptions.java30 import com.sun.tools.internal.ws.resources.WscompileMessages;
130 throw new BadCommandLineException(WscompileMessages.WSGEN_SERVICENAME_MISSING_NAMESPACE(args[i]));
133 throw new BadCommandLineException(WscompileMessages.WSGEN_SERVICENAME_MISSING_LOCALNAME(args[i]));
139 throw new BadCommandLineException(WscompileMessages.WSGEN_PORTNAME_MISSING_NAMESPACE(args[i]));
142 throw new BadCommandLineException(WscompileMessages.WSGEN_PORTNAME_MISSING_LOCALNAME(args[i]));
148 throw new BadCommandLineException(WscompileMessages.WSCOMPILE_NO_SUCH_DIRECTORY(nonclassDestDir.getPath()));
203 throw new BadCommandLineException(WscompileMessages.WSGEN_INVALID_PROTOCOL(protocol, protocols));
207 throw new BadCommandLineException(WscompileMessages.WSGEN_MISSING_FILE());
210 throw new BadCommandLineException(WscompileMessages.WSGEN_SOAP_12_WITHOUT_EXTENSION());
214 throw new BadCommandLineException(WscompileMessages
[all...]
H A DOptions.java28 import com.sun.tools.internal.ws.resources.WscompileMessages;
276 throw new BadCommandLineException(WscompileMessages.WSCOMPILE_INVALID_OPTION(args[i]));
329 throw new BadCommandLineException(WscompileMessages.WSIMPORT_ILLEGAL_TARGET_VERSION(token));
337 throw new BadCommandLineException(WscompileMessages.WSCOMPILE_NO_SUCH_DIRECTORY(destDir.getPath()));
343 throw new BadCommandLineException(WscompileMessages.WSCOMPILE_NO_SUCH_DIRECTORY(sourceDir.getPath()));
362 throw new BadCommandLineException(WscompileMessages.WSCOMPILE_UNSUPPORTED_ENCODING(encoding));
365 throw new BadCommandLineException(WscompileMessages.WSCOMPILE_UNSUPPORTED_ENCODING(encoding));
392 throw new BadCommandLineException(WscompileMessages.WSCOMPILE_MISSING_OPTION_ARGUMENT(optionName));
404 listener.message(WscompileMessages.WSCOMPILE_EXISTING_OPTION(key));
411 listener.message(WscompileMessages
[all...]
H A DWsimportTool.java42 import com.sun.tools.internal.ws.resources.WscompileMessages;
176 WscompileMessages.WSIMPORT_VERSION(ToolVersion.VERSION.MAJOR_VERSION));
181 WscompileMessages.WSIMPORT_FULLVERSION(ToolVersion.VERSION.toString()));
211 listener.message(WscompileMessages.WSCOMPILE_COMPILATION_FAILED());
318 listener.message(WscompileMessages.WSIMPORT_ARCHIVING_ARTIFACTS(zipFile));
333 listener.message(WscompileMessages.WSIMPORT_ARCHIVE_ARTIFACT(f, options.clientjar));
386 error(new SAXParseException(WscompileMessages.WSIMPORT_ILLEGAL_AUTH_INFO(text), loc));
392 error(new SAXParseException(WscompileMessages.WSIMPORT_AUTH_FILE_NOT_FOUND(
395 error(new SAXParseException(WscompileMessages.WSIMPORT_FAILED_TO_PARSE(loc.getSystemId(),e.getMessage()), loc));
420 listener.message(WscompileMessages
[all...]
H A DWsgenTool.java32 import com.sun.tools.internal.ws.resources.WscompileMessages;
101 WscompileMessages.WSGEN_VERSION(ToolVersion.VERSION.MAJOR_VERSION));
106 WscompileMessages.WSGEN_FULLVERSION(ToolVersion.VERSION.toString()));
188 out.println(WscompileMessages.WSCOMPILE_CANT_GET_COMPILER(property("java.home"), property("java.version"), property("java.vendor")));
204 out.println(WscompileMessages.WSCOMPILE_ERROR(WscompileMessages.WSCOMPILE_COMPILATION_FAILED()));
223 throw new BadCommandLineException(WscompileMessages.WSGEN_CLASS_NOT_FOUND(endpoint));
420 System.out.println(WscompileMessages.WSGEN_HELP("WSGEN",
423 System.out.println(WscompileMessages.WSGEN_USAGE_EXTENSIONS());
424 System.out.println(WscompileMessages
[all...]
H A DWsimportOptions.java31 import com.sun.tools.internal.ws.resources.WscompileMessages;
249 throw new BadCommandLineException(WscompileMessages.WSCOMPILE_INVALID_OPTION(args[i]));
324 throw new BadCommandLineException(WscompileMessages.WSIMPORT_FAILED_TO_PARSE(catalog, e.getMessage()));
330 throw new BadCommandLineException(WscompileMessages.WSCOMPILE_INVALID_OPTION(args[i]));
357 throw new BadCommandLineException(WscompileMessages.WSIMPORT_NO_SUCH_JAXB_OPTION(subCmd[0]));
374 throw new BadCommandLineException(WscompileMessages.WSCOMPILE_NO_SUCH_DIRECTORY(implDestDir.getPath()));
423 throw new BadCommandLineException(WscompileMessages.WSIMPORT_MISSING_FILE());
427 throw new BadCommandLineException(WscompileMessages.WSIMPORT_WSDLLOCATION_CLIENTJAR());
564 throw new BadCommandLineException(WscompileMessages.WSIMPORT_NOT_A_FILE_NOR_URL(name));
643 throw new BadCommandLineException(WscompileMessages
[all...]
/openjdk10/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/
H A DInvoker.java30 import com.sun.tools.internal.ws.resources.WscompileMessages;
123 System.err.println(WscompileMessages.INVOKER_NEED_ENDORSED(loadedVersion.getVersion(), targetVersion.getVersion()));
125 System.err.println(WscompileMessages.WRAPPER_TASK_LOADING_INCORRECT_API(loadedVersion.getVersion(), Which.which(Service.class), targetVersion.getVersion()));
/openjdk10/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/wsdl/parser/
H A DMetadataFinder.java30 import com.sun.tools.internal.ws.resources.WscompileMessages;
185 errorReceiver.error(new SAXParseException(WscompileMessages.WSIMPORT_AUTH_INFO_NEEDED(e.getMessage(),
205 errorReceiver.info(new SAXParseException(WscompileMessages.WSIMPORT_HTTP_REDIRECT(code, seeOther.get(0)), null));
209 errorReceiver.error(new SAXParseException(WscompileMessages.WSIMPORT_MAX_REDIRECT_ATTEMPT(), null));
324 errorReceiver.error(null, WsdlMessages.PARSING_UNABLE_TO_GET_METADATA(ex.getMessage(), WscompileMessages.WSIMPORT_NO_WSDL(systemId)), ex);
/openjdk10/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/util/
H A DWSDLFetcher.java29 import com.sun.tools.internal.ws.resources.WscompileMessages;
115 listener.message(WscompileMessages.WSIMPORT_DOCUMENT_DOWNLOAD(doc,outFile));
230 listener.message(WscompileMessages.WSCOMPILE_NO_SUCH_DIRECTORY(wsdlDir));
/openjdk10/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/resources/
H A DWscompileMessages.java40 public final class WscompileMessages { class
43 private final static LocalizableMessageFactory MESSAGE_FACTORY = new LocalizableMessageFactory(BUNDLE_NAME, new WscompileMessages.BundleSupplier());

Completed in 159 milliseconds