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 Glen Daniels <gd...@macromedia.com> on 2002/10/17 20:41:08 UTC

DRY again - use/style replication?

I'm going through various bits of Call/MessageContext and I'm wondering why Call, MessageContext, *and* OperationDesc all have use/style fields?  Can we just coalesce all of these to be the OperationDesc, since both the Call and the MC are going to have an OperationDesc, and the info just gets copied anyway?

--Glen