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

血红的双手。 提交于 2020-01-04 05:52:10

问题


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

I can't find any documentation related to it.


回答1:


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.



来源:https://stackoverflow.com/questions/25279280/javax-xml-soap-messagefactorys-instance-is-thread-safe

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!