In cxf-2.2.2, StaxInInterceptor#handleMessage() synchronizes on the XMLInputFactory before calling XMLInputFactory#createXMLStreamReader(InputStream, String).
Is this synchronization necessary? Profiling our application reveals this to be a pain point in high volume situations Thanks Kevin Conaway
