I am trying to parse a document which has a Timestamp element which may or may not be null. Does anyone know how to setup the addCallMethod to handle this situation?

The one i've tried is as follows:

digester.addCallMethod(root + orderClass + "/payments/payment/expiration-date", "setExpirationDate", 0, new String[] {"java.sql.Timestamp"});

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to