Class XMLStreamReaderFactory.Default

java.lang.Object
com.sun.xml.ws.api.streaming.XMLStreamReaderFactory
com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.Default
Enclosing class:
XMLStreamReaderFactory

public static final class XMLStreamReaderFactory.Default extends XMLStreamReaderFactory
Default XMLStreamReaderFactory implementation that can work with any XMLInputFactory.

XMLInputFactory is not required to be thread-safe, but if the create method on this implementation is synchronized, it may run into (see race condition). Hence, using a XMLInputFactory per thread.