void installResource(com.sun.enterprise.config.serverbeans.MailResource
mailResource) throws Exception {
// Converts the config data to j2ee resource ;
// retieves the resource installer ; installs the resource ;
// and adds it to a collection in the installer
J2EEResource j2eeRes =
IASJ2EEResourceFactoryImpl.toMailJ2EEResource(mailResource);
ResourceInstaller installer =
getAppServerSwitchObject().getResourceInstaller();
installer.installMailResource((MailResource) j2eeRes);
installer.addResource(j2eeRes);