This is the direction I'm working in. On Dec 29, 2007 12:47 AM, Liu, Jervis <[EMAIL PROTECTED]> wrote:
> > > > -----Original Message----- > > From: Benson Margulies [mailto:[EMAIL PROTECTED] > > Sent: 2007年12月28日 4:32 > > To: Dan Diephouse > > Cc: Dain Sundstrom; Daniel Kulp; cxf-dev > > Subject: Implementing the rest of the DataReader and DataWriter > > > > The DataReader<T> interface has a method that takes an element QName, > > an > > object, and a Class<?>. > > > > Aegis doesn't have an implementation ... yet. I'm working on it. > > > > In JAXB, the code respects the Class, and presumably throws up if the > > Object isn't consistent with that class. > > > > Unless I hear otherwise, I'll try to arrange the same fate for the Aegis > > approach to the problem. > > > Yes, please go ahead. This is because potentially one can register > multiple classes with AegisContext (or a directory), so you need to tell > Aegis binding which class you are requesting. > > Jervis > > ---------------------------- > IONA Technologies PLC (registered in Ireland) > Registered Number: 171387 > Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland >
