Package org.auraframework.impl.integration

Examples of org.auraframework.impl.integration.IntegrationImpl


public class IntegrationServiceImpl implements IntegrationService {
    @Override
    public Integration createIntegration(String contextPath, Mode mode, boolean initializeAura, String userAgent,
            String application, IntegrationServiceObserver observer) throws QuickFixException {
        return new IntegrationImpl(contextPath, mode, initializeAura, userAgent, application, observer);
    }
View Full Code Here

TOP

Related Classes of org.auraframework.impl.integration.IntegrationImpl

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.