|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
SequencerOutput | Interface for sequencers to use to generate their output. |
StreamSequencer | The interface for a DNA sequencer that processes a property as a stream to extract information from the content and store in the repository. |
Class Summary | |
---|---|
StreamSequencerContext | A special ExecutionContext that is used for sequencing streams. |
A sequencer in JBoss DNA is a component that is able to process information (usually the content of a file, or a property value on a node) and recreate that information as a graph of structured content. This package defines the interfaces for the sequencing system.
The StreamSequencer
interface is a special form of sequencer that processes information coming
through an InputStream
. Implementations are responsible for processing the content and generating
structured content using the supplied SequencerOutput
interface. Additional details about the information
being sequenced is available in the supplied StreamSequencerContext
.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |