Package eu.planets_project.pp.plato.services.crib_integration.tu_client

Examples of eu.planets_project.pp.plato.services.crib_integration.tu_client.TUMigrationBroker


            }
            String[] urlArr = urls.toArray(new String[]{});
            /*
             * convert source object
             */
            TUMigrationBroker migrationBroker = new TUMigrationBroker();
            eu.planets_project.pp.plato.services.crib_integration.tu_client.MigrationResult migrationResult = migrationBroker.convert(representationObject, urlArr);
           
            /*
             * collect migration results
             */
            MigrationResult result = new MigrationResult();
View Full Code Here

TOP

Related Classes of eu.planets_project.pp.plato.services.crib_integration.tu_client.TUMigrationBroker

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.