> > I agree we should make this as simple as possible. > We simply cannot take the short cut to XML on the business objects (like > Roster) because this layer and the layer beneath (stanza layer) is unaware > of XML. Only the next lower level (transport layer) is serializing. >
from looking at the class hierarchy, i don't think so. Stanza extends XMLElement, so it does not only know about XML, it essentially IS XML ;) also, StanzaBuilder is really only about building the XML structure (addAttribute, startInnerElement, ...). Gerolf > > but let's continue disussing this. I just have to think about it some > more... > > Bernd > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
