Package org.apache.wink.jcdi.server.internal

Examples of org.apache.wink.jcdi.server.internal.CdiDeploymentConfiguration


            logger.info(Messages.getMessage(
                    "restServletUseDeploymentConfigurationParam", initParameter, DEPLOYMENT_CONF_PARAM));
            Class<?> confClass = ClassUtils.loadClass(initParameter);
            return (DeploymentConfiguration) confClass.newInstance();
        }
        return new CdiDeploymentConfiguration(null /*see TODO*/);
    }
View Full Code Here

TOP

Related Classes of org.apache.wink.jcdi.server.internal.CdiDeploymentConfiguration

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.