Uses of Interface
org.fcrepo.migration.StreamingFedoraObjectHandler
-
Packages that use StreamingFedoraObjectHandler Package Description org.fcrepo.migration org.fcrepo.migration.foxml org.fcrepo.migration.handlers -
-
Uses of StreamingFedoraObjectHandler in org.fcrepo.migration
Methods in org.fcrepo.migration with parameters of type StreamingFedoraObjectHandler Modifier and Type Method Description voidFedoraObjectProcessor. processObject(StreamingFedoraObjectHandler handler)process the object.voidMigrator. setHandler(StreamingFedoraObjectHandler handler)set the handler.Constructors in org.fcrepo.migration with parameters of type StreamingFedoraObjectHandler Constructor Description Migrator(ObjectSource source, StreamingFedoraObjectHandler handler)The constructor for migrator. -
Uses of StreamingFedoraObjectHandler in org.fcrepo.migration.foxml
Methods in org.fcrepo.migration.foxml with parameters of type StreamingFedoraObjectHandler Modifier and Type Method Description voidFoxmlInputStreamFedoraObjectProcessor. processObject(StreamingFedoraObjectHandler handler) -
Uses of StreamingFedoraObjectHandler in org.fcrepo.migration.handlers
Classes in org.fcrepo.migration.handlers that implement StreamingFedoraObjectHandler Modifier and Type Class Description classConsoleLoggingStreamingFedoraObjectHandlerA simple StreamingFedoraObjectHandler implementation that simply outputs information to the console.classObjectAbstractionStreamingFedoraObjectHandlerA StreamingFedoraObjectHandler implementation that caches all the references to the Fedora 3 object and provides them to a FedoraObjectHandler implementation which in turn can process the object as a whole in a random-access fashion rather than as a stream.
-