Searched defs:endpoints (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DWsgenOptions.java181 endpoints.add(arg);
184 List<String> endpoints = new ArrayList<String>(); field in class:WsgenOptions
200 if (endpoints.isEmpty()) {
222 for(String cls : endpoints){
238 throw new BadCommandLineException(WscompileMessages.WSGEN_CLASS_NOT_FOUND(endpoints.get(0)));

Completed in 30 milliseconds