Package org.jitterbit.integration.debug.serverapi

Examples of org.jitterbit.integration.debug.serverapi.TestTransformationProvider.testTransformation()


    }

    private void startTest() {
        IntegrationServer server = IntegrationServer.getInstance();
        TestTransformationProvider call = server.getServerCall(TestTransformationProvider.class);
        call.testTransformation(session, sourceDataToken, null, internalCallback);
    }

    @Override
    protected void onJobCancelled() {
        internalCallback.cancelled();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.