cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Axis adapter thread safe ?

Former Member
0 Kudos

Hi,

I've writen an axis handler for the SOAP AXIS receiver adapter.

I'm wondering, is this adapter thread safe... that is , can multiple instances of the adapter be created and if so

will there be multiple instances of my axis handler (one for each adapter instance).

There could be problems if my instance variables could be modified by multiple threads.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

It is not... be careful.