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 zze-ELSOKHON Tony RD-BIZZ-ISS <to...@rd.francetelecom.com> on 2005/08/31 17:43:42 UTC

Lifetime of a handler instance

Hi,

I noticed that when using handlers on an Axis server or client,
instances of handlers are created upon the first request/response chain
that invokes them and stay alive until the application ends or the
server shuts down.
The same instance of the handler will be invoked in later processing
chains.

Is there any way to modify this default behaviour? It would be
convenient for my client application to have a new handler for every
request or response...

Thanks,

--
Tony ELSOKHON