Package org.jitterbit.integration.loadsource.serverapi

Examples of org.jitterbit.integration.loadsource.serverapi.LoadSourceDataProvider


    @Override
    protected void runImpl() throws InterruptedException {
        setMessage(getString("LoadSource.Job.SendToServer"));
        IntegrationServer server = IntegrationServer.getInstance();
        LoadSourceDataProvider call = server.getServerCall(LoadSourceDataProvider.class);
        call.loadSourceDataTree(input, transformationId, LoadSourceDataJob.this);
    }
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.loadsource.serverapi.LoadSourceDataProvider

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.