Package org.switchyard.common.camel

Examples of org.switchyard.common.camel.SwitchYardCamelContext


    @Override
    public Activator createActivator(ServiceDomain domain) {
        List<String> activationTypes = getActivationTypes();
        String[] types = activationTypes.toArray(new String[activationTypes.size()]);

        SwitchYardCamelContext camelContext = (SwitchYardCamelContext) domain
            .getProperty(SwitchYardCamelContext.CAMEL_CONTEXT_PROPERTY);
        BaseCamelActivator activator = createActivator(camelContext, types);
        activator.setServiceDomain(domain);
        activator.setEnvironment(getConfig());
        return activator;
View Full Code Here

TOP

Related Classes of org.switchyard.common.camel.SwitchYardCamelContext

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.