|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lexgrid.loader.logging.LoggingBean
org.lexgrid.loader.processor.decorator.PostProcessorValidatingDecorator<I,O>
public class PostProcessorValidatingDecorator<I,O>
The Class PostProcessorValidatingDecorator.
Constructor Summary | |
---|---|
PostProcessorValidatingDecorator(org.springframework.batch.item.ItemProcessor<I,O> processor)
Instantiates a new post processor validating decorator. |
Method Summary | |
---|---|
org.springframework.batch.item.ItemProcessor<I,O> |
getProcessor()
Gets the processor. |
org.springframework.batch.item.validator.Validator<O> |
getValidator()
Gets the validator. |
O |
process(I item)
|
void |
setProcessor(org.springframework.batch.item.ItemProcessor<I,O> processor)
Sets the processor. |
void |
setValidator(org.springframework.batch.item.validator.Validator<O> validator)
Sets the validator. |
Methods inherited from class org.lexgrid.loader.logging.LoggingBean |
---|
getLogger, setLogger |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PostProcessorValidatingDecorator(org.springframework.batch.item.ItemProcessor<I,O> processor)
processor
- the processorMethod Detail |
---|
public O process(I item) throws java.lang.Exception
process
in interface org.springframework.batch.item.ItemProcessor<I,O>
java.lang.Exception
public org.springframework.batch.item.ItemProcessor<I,O> getProcessor()
public void setProcessor(org.springframework.batch.item.ItemProcessor<I,O> processor)
processor
- the processorpublic org.springframework.batch.item.validator.Validator<O> getValidator()
public void setValidator(org.springframework.batch.item.validator.Validator<O> validator)
validator
- the new validator
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |