Hi castor fans,

I would like to thank Paul Christmann for its willingness to participate
to the Castor project and for having following our process when
submitting code.
Indeed Paul has written this new feature that we were talking about a
while ago on that same list: having the possibility to listen to
unmarshall events, the UnmarshalListener:

http://bugzilla.exolab.org/show_bug.cgi?id=1034

All you have to do is implement the UnmarshalListner interface and
register it your unmarshaller instance. It will listen for 
  - object instantiation
  - end of attribute processing
  - addition of child element to a parent
  - end of unmarshalling.

Paul even added some modifications to the CTF in order to test the
UnmarshalListener as well as the MarshalListener and a test case.
To launch the test case from a CVS version of Castor, just type on a
command-line:

> CTFRun ./src/tests/MasterTestSuite/mapping/listeners


Feel free to send feedback on this feature,

Thanks,
Arnaud

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to