Uses of Package
xsmeral.pipe

Packages that use xsmeral.pipe
xsmeral.pipe Pipe implementation and exceptions 
xsmeral.pipe.context Processing context related classes and annotation types 
xsmeral.pipe.stats Provides classes for tracking statistics of processors. 
 

Classes in xsmeral.pipe used by xsmeral.pipe
AbstractObjectProcessor
          Implements basic functionality common for all object processors.
AttachedProcessor
          An attached processor can be used to inject resources, monitor object processors, control the pipe or manipulate the processing context.
ObjectProcessorException
          Indicates a problem while starting a processor chain (e.g. non-matching or uninitialized processors)
Pipe
          A simple implementation of the Chain of Responsibility pattern.
ProcessorStoppedException
          Indicates that a neighboring processor has stopped during an I/O operation.
 

Classes in xsmeral.pipe used by xsmeral.pipe.context
ObjectProcessorException
          Indicates a problem while starting a processor chain (e.g. non-matching or uninitialized processors)
Pipe
          A simple implementation of the Chain of Responsibility pattern.
 

Classes in xsmeral.pipe used by xsmeral.pipe.stats
AttachedProcessor
          An attached processor can be used to inject resources, monitor object processors, control the pipe or manipulate the processing context.
PipeAttachedProcessor
          Basic attached processor associated to a Pipe instance.