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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/policy/
H A DPolicyResolver.java75 private final boolean hasWsdl; field in class:PolicyResolver.ServerContext
97 this.hasWsdl = true;
112 * @param hasWsdl Set to true, if this service is bundled with WSDL, false otherwise
117 Class endpointClass, boolean hasWsdl, final PolicyMapMutator... mutators) {
121 this.hasWsdl = hasWsdl;
141 public boolean hasWsdl() { method in class:PolicyResolver.ServerContext
142 return hasWsdl;
116 ServerContext(@ullable PolicyMap policyMap, Container container, Class endpointClass, boolean hasWsdl, final PolicyMapMutator... mutators) argument

Completed in 30 milliseconds