|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectProcessorException | |
---|---|
xsmeral.pipe | Pipe implementation and exceptions |
xsmeral.pipe.context | Processing context related classes and annotation types |
Uses of ObjectProcessorException in xsmeral.pipe |
---|
Methods in xsmeral.pipe that throw ObjectProcessorException | |
---|---|
void |
AbstractObjectProcessor.initContext()
|
protected void |
AbstractObjectProcessor.initContextSet()
Initializes (reflectively) context parameters from fields annotated with ToContext . |
void |
AbstractObjectProcessor.setContext(ProcessingContext context)
Associates the processor with the given context. |
void |
Pipe.start(boolean blocking)
Connects processors, checks input-output type match, assigns and initializes context. |
Uses of ObjectProcessorException in xsmeral.pipe.context |
---|
Methods in xsmeral.pipe.context that throw ObjectProcessorException | |
---|---|
void |
ContextAware.initContext()
Initializes (reflectively) the values of all fields annotated with FromContext
with values taken from the context. |
void |
ContextAware.setContext(ProcessingContext ctx)
Associates the processor with the given context. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |