/* 113 */ if (applicationClientName == null)
/* 114 */ throw new NullPointerException("applicationClientName is mandatory");
/* 115 */ if (classLoader == null) {
/* 116 */ throw new NullPointerException("classLoader is mandatory");
/* */ }
/* 118 */ this.ejb3Unit = new JBoss5DeploymentUnit(unit);
/* 119 */ this.clientMetaData = xml;
/* 120 */ this.mainClass = mainClass;
/* 121 */ this.applicationClientName = applicationClientName;
/* 122 */ this.classLoader = classLoader;
/* */