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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/
H A DOperation.java53 this.customizedName = operation.customizedName;
212 this.customizedName = name;
216 return customizedName;
226 if(customizedName != null){
227 return customizedName;
243 private String customizedName; field in class:Operation

Completed in 29 milliseconds