/* */ private MessageDestinationResolver messageDestinationResolver;
/* */
/* */ public ClientENCInjectionContainer(VFSDeploymentUnit unit, JBossClientMetaData xml, Class<?> mainClass, String applicationClientName, ClassLoader classLoader, Context encCtx)
/* */ throws NamingException
/* */ {
/* 110 */ super(new SimpleJavaEEModule(unit.getParent() != null ? unit.getParent().getSimpleName() : null, unit.getSimpleName()));
/* 111 */ if (mainClass == null)
/* 112 */ throw new NullPointerException("mainClass is mandatory");
/* 113 */ if (applicationClientName == null)
/* 114 */ throw new NullPointerException("applicationClientName is mandatory");
/* 115 */ if (classLoader == null) {