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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/
H A DWSService.java138 * Typed parameter bag used by {@link WSService#create(URL, QName, InitParams)}
142 public static final class InitParams { class in class:WSService
161 protected static final ThreadLocal<InitParams> INIT_PARAMS = new ThreadLocal<InitParams>();
166 protected static final InitParams EMPTY_PARAMS = new InitParams();
185 public static Service create( URL wsdlDocumentLocation, QName serviceName, InitParams properties) {
187 throw new IllegalStateException("someone left non-null InitParams");
192 throw new IllegalStateException("Service "+svc+" didn't recognize InitParams");

Completed in 37 milliseconds