You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Quinn, Kim John" <KQ...@e-Cognita.com> on 2002/12/10 18:19:39 UTC

Basic Question: Using Interfaces with Axis?

Hello All,

Does anyone know of or have any examples showing how to use Java interfaces
in the WSDL?  I have objects that use Java's DynamicProxy and would like to
be able to attach to them...

Also, being that I am using the DynamicProxy and have a "single"
implementation of a object and then apply different interfaces to it, should
I be creating a custom serializer/deserializer in the base implementation
too?

Any help or suggestions would be greatly appreciated!

Thanks.

KJQ