On Apr 8, 2005, at 2:27 PM, John Didion wrote:
> I tried it out and it seems to work. I assume that if I'm using the
> proxy and never the HessianInput directly, the type of the returned
> bean
> should always be known from the return type on the method, right?
Yes, that's what it should be doing.
As long as your client specifies exactly which classes it expects, e.g.
by using Foo[] instead of ArrayList<Foo> (until generics are
supported), then it doesn't matter what implementation type the other
end is sending.
-- Scott
>
>
Received on Fri 08 Apr 2005 14:48:15 -0700
This archive was generated by hypermail 2.1.8 : Thu Sep 28 2006 - 20:16:41 PDT