IdentificationFactory identificationFactory =
new DefaultIdentificationFactory();
GraphFactory graphFactory = new DefaultGraphFactory();
StreamMigratorFactory streamMigratorFactory =
new DefaultStreamMigratorFactory();
RecogniserFactory recogniserFactory = new DefaultRecogniserFactory();
StreamBufferFactory streamBufferFactory =
new DefaultStreamBufferFactory();
// Create the default implementation of the builder using the created
// dependent factories.
return new DefaultResourceMigratorBuilder(coreFactory,