I was experimenting with a trivial implementation of javax.xml.rpc.Handler (it does nothing except say hello from each API). I wrapped it with one of those axis JAXRPCHandler components and added the following (in server-config.xml) to one of my services
 
============
 <requestFlow>
 <handler type="java:org.apache.axis.handlers.JAXRPCHandler">
   <parameter name="className" value="com.blah.MyJaxRpcHandler" />
 </handler>
 </requestFlow>
============
 
I can see the init() and handleRequest() methods are being called OK but I can't see any evidence that my Handler's destroy() method is ever called at all. Even after stopping the Axis servlet.
 
So who is calling the JAXRPCHandler.clean() and when?
 
Thanks,
Peter.
 
 
 

This is an email from Fujitsu Australia Software Technology Pty Ltd, ABN 27 003 693 481. It is confidential to the ordinary user of the email address to which it was addressed and may contain copyright and/or legally privileged information. No one else may read, print, store, copy or forward all or any of it or its attachments. If you receive this email in error, please return to sender. Thank you.

If you do not wish to receive commercial email messages from Fujitsu Australia Software Technology Pty Ltd, please email [EMAIL PROTECTED]

Reply via email to