receiver.debug(e);
}
}
}
DefaultAuthenticator da = DefaultAuthenticator.getAuthenticator();
if (options.proxyAuth != null) {
da.setProxyAuth(options.proxyAuth);
}
if (options.authFile != null) {
da.setAuth(options.authFile, new AuthListener(true));
} else {
da.setAuth(new File(WsimportOptions.defaultAuthfile), new AuthListener(false));
}
}
if (!options.quiet) {
listener.message(WscompileMessages.WSIMPORT_PARSING_WSDL());