Package org.jitterbit.integration.debug.serverapi

Examples of org.jitterbit.integration.debug.serverapi.TestTransformationProvider


        this.session = session;
    }

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

TOP

Related Classes of org.jitterbit.integration.debug.serverapi.TestTransformationProvider

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.