Title: is SOAP thread-safe?

I noticed that this method:

XmlParserUtils.getXMLDocBuilder()

is not synchronized.  According to the JAXP documentation, the DocumentBuilderFactory class is not thread-safe.  Is there any reason for not synchronizing it?

Thank you,

--Emilio

Reply via email to