Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

javax.xml.soap.MessageFactory's instance is thread-safe?

Tags:

java

soap

Anyone knows whether javax.xml.soap.MessageFactory's instance is thread-safe or not?

I can't find any documentation related to it.

like image 836
Johnny Lim Avatar asked Aug 11 '26 07:08

Johnny Lim


1 Answers

If you see no documentation on whether something is thread-safe you should assume that is it not. This will prevent a lot of headache if you assume it is and it is not.

like image 142
Smith_61 Avatar answered Aug 13 '26 23:08

Smith_61



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!