On Thu, 25 Jul 2002, Rathert Jonas (Platinion) wrote:
> What I already have is
>
> - an interface which contains all java.rmi-specific stuff,
> - a java bean which I want to "transfer" using a WebService,
>which also has a method "foo()" that I want to call on the
>client,
> - the serv
Is there a method that is guaranteed to be called on a web service as it is
culled?
With servlets I'm under the impression that you have init and destroy methods,
but I haven't found the equivalent with a web service.
Finalize can't be trusted to be called, so I wasn't quite sure where to place