You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Melissa Turner <mj...@apple.com> on 2002/05/22 23:10:48 UTC

Document style messages

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