Searched refs:fileToInputSource (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DWsimportOptions.java321 addWSDL(fileToInputSource(source));
329 addSchema(fileToInputSource(source));
336 private InputSource fileToInputSource(File source) { method in class:WsimportOptions
372 result.add(absolutize(fileToInputSource(f)));
413 target.add(absolutize(fileToInputSource(fsrc)));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DOptions.java384 private InputSource fileToInputSource( File source ) { method in class:Options
394 addGrammar(fileToInputSource(source));
413 result.add(absolutize(fileToInputSource(f)));
445 bindFiles.add(fileToInputSource(bindFile));
757 target.add(absolutize(fileToInputSource(fsrc)));

Completed in 24 milliseconds