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 Andy Kriger <ak...@greaterthanone.com> on 2002/11/01 19:57:41 UTC

question about wsdl2java generated classes

wsdl2java creates a class that implements Service and allows you to retrieve
a stub that extends org.apache.axis.client.Stub and implements
java.rmi.Remote to send Call objects.

Can this Service/Stub be kept in memory and reused for multiple calls? (so
that calls to the stub can be made repeatedly w/o worrying about Connections
to the server)

-a