Description
From this mailing list thread Performance issue in StaxInInterceptor:
In cxf-2.2.2, StaxInInterceptor#handleMessage() synchronizes on the XMLInputFactory before calling XMLInputFactory#createXMLStreamReader(InputStream, String).
Profiling our application reveals this to be a pain point in high volume situations