|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProcessorChain<T extends JBossMetaData>
ProcessorChain Defines the contract for a chain of Processors upon metadata
| Method Summary | |
|---|---|
void |
addProcessor(JBossMetaDataProcessor<T> processor)
Adds the specified processor to the chain |
List<JBossMetaDataProcessor<T>> |
getProcessors()
Obtains all processors in the chain. |
T |
process(T metadata)
Processes the specified metadata against the configured processors, returning the output |
| Method Detail |
|---|
T process(T metadata)
throws ProcessingException
metadata -
ProcessingExceptionList<JBossMetaDataProcessor<T>> getProcessors()
void addProcessor(JBossMetaDataProcessor<T> processor)
processor -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||