|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This is interface for object inspection. It is a mixture of Transformer and Validator. Inspector is able to perform transformation and validation.
Implementation of this interface must be thread-safe.
Implementation should be cloneable if referred with a "ref=<id$gt;" in
a XML definition file.
| Method Summary | |
java.lang.Object |
clone()
Clone of itself. |
java.lang.Object |
inspect(java.lang.Object object,
ValidationResult result)
Performs transformation and validation of given object. |
| Method Detail |
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public java.lang.Object inspect(java.lang.Object object,
ValidationResult result)
object - Object to inspect.result - Container for validation results.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||