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 Wei Hsu <wh...@openharbor.com> on 2004/08/14 09:14:54 UTC

Threadding with Axis Serializer/Deserializer

Hi all,

 

I know that you can currently configure both the Service and the Handler so
that they can be singleton's or created per access.  I was wondering whether
that is the case for the serializers also?  Do you need to write thread-safe
code, or are new instances created during each marshalling/unmarshalling.
Thanks!

 

Wei