Uses of Class
xsmeral.pipe.interfaces.ObjectProcessorInterface

Packages that use ObjectProcessorInterface
xsmeral.pipe Pipe implementation and exceptions 
 

Uses of ObjectProcessorInterface in xsmeral.pipe
 

Classes in xsmeral.pipe with annotations of type ObjectProcessorInterface
 class LocalObjectFilter<I,O>
          An object processor that serves the role of a filter.
 class LocalObjectSink<I>
          An object processor in the role of an object sink, usually persists objects.
 class LocalObjectSource<O>
          An object processor in the role of an object source, produces objects.