Package org.apache.tuscany.sca.implementation.spring.invocation

Examples of org.apache.tuscany.sca.implementation.spring.invocation.DefaultConfigurationPropertiesExtensionPoint


        this.policyFactory = factories.getFactory(PolicyFactory.class);
        this.policyProcessor = new PolicyAttachPointProcessor(policyFactory);
               
        this.configProperties = extensionPoints.getExtensionPoint(ConfigurationPropertiesExtensionPoint.class);
        if (configProperties == null) {
          configProperties = new DefaultConfigurationPropertiesExtensionPoint();
        }       
        this.multipleContextSupport = configProperties.isMultipleContextSupported();
        this.monitor = monitor;
    }
View Full Code Here

TOP

Related Classes of org.apache.tuscany.sca.implementation.spring.invocation.DefaultConfigurationPropertiesExtensionPoint

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.