Hi all. What is the difference between STYLE_MESSAGE and STYLE_DOCUMENT (both defined on ServiceDesc.java). Why do we have two styles that appear to mean the same thing? Partial implementation? I'm missing something?
Also, I'm thinking of rewriting MsgProvider.java to support/allow methods with prototypes Element x(Element) and Element[] x(Element[]) in addition to Element[] x(Vector) and Element[] x(Document). Is there some reason the current implementation doesn't support these? +Melissa