/* */ }
/* */
/* 119 */ checkPublishEndpointPermission();
/* */
/* 122 */ SPIProvider spiProvider = SPIProviderResolver.getInstance().getProvider();
/* 123 */ HttpServer httpServer = ((HttpServerFactory)spiProvider.getSPI(HttpServerFactory.class)).getHttpServer();
/* 124 */ httpServer.setProperties(this.properties);
/* 125 */ httpServer.start();
/* */
/* 127 */ String path = addrURI.getPath();
/* 128 */ String contextRoot = "/" + new StringTokenizer(path, "/").nextToken();
/* 129 */ HttpContext context = httpServer.createContext(contextRoot);
/* */
/* 131 */ publish(context);
/* */ }