/* */ {
/* 84 */ if (!Remote.class.isAssignableFrom(this.seiClass)) {
/* 85 */ throw new WSException("A service endpoint interface should extend Remote");
/* */ }
/* 87 */ ClassLoader contextClassLoader = Thread.currentThread().getContextClassLoader();
/* 88 */ ResourceLoaderAdapter vfsRoot = new ResourceLoaderAdapter();
/* 89 */ this.um = new UnifiedMetaData(vfsRoot);
/* 90 */ this.um.setClassLoader(contextClassLoader);
/* */
/* 92 */ WSDLUtils.getInstance(); String seiName = WSDLUtils.getJustClassName(this.seiClass.getName());
/* 93 */ if (this.serviceName == null) {