Package org.apache.stratos.deployment

Examples of org.apache.stratos.deployment.CloudDeploymentInterceptor


        //TODO: Modify the permission in the UI
        try {
            ConfigurationContext configContext = DataHolder.getInstance().getServerConfigContext();
            Dictionary props = new Hashtable();
            props.put(CarbonConstants.AXIS2_CONFIG_SERVICE, AxisObserver.class.getName());
            ctxt.getBundleContext().registerService(AxisObserver.class.getName(), new CloudDeploymentInterceptor(),props);

            // register the role player for this configuration
            AxisConfiguration axisConfiguration = configContext.getAxisConfiguration();
            axisConfiguration.addParameter(new Parameter("rolePlayer", new SuperTenantRolePlayer()));
        } catch (Exception e) {
View Full Code Here

TOP

Related Classes of org.apache.stratos.deployment.CloudDeploymentInterceptor

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.