Uses of Class
com.sun.xml.ws.api.streaming.XMLStreamReaderFactory
-
Packages that use XMLStreamReaderFactory Package Description com.sun.xml.ws.api.streaming com.sun.xml.ws.encoding.fastinfoset -
-
Uses of XMLStreamReaderFactory in com.sun.xml.ws.api.streaming
Subclasses of XMLStreamReaderFactory in com.sun.xml.ws.api.streaming Modifier and Type Class Description static class
XMLStreamReaderFactory.Default
DefaultXMLStreamReaderFactory
implementation that can work with anyXMLInputFactory
.static class
XMLStreamReaderFactory.NoLock
Similar toXMLStreamReaderFactory.Default
but doesn't do any synchronization.static class
XMLStreamReaderFactory.Woodstox
Handles Woodstox's XIF, but sets properties to do the string interning, sets various limits, ...Methods in com.sun.xml.ws.api.streaming that return XMLStreamReaderFactory Modifier and Type Method Description static XMLStreamReaderFactory
XMLStreamReaderFactory. get()
Methods in com.sun.xml.ws.api.streaming with parameters of type XMLStreamReaderFactory Modifier and Type Method Description static void
XMLStreamReaderFactory. set(XMLStreamReaderFactory f)
Overrides the singletonXMLStreamReaderFactory
instance that the JAX-WS RI uses. -
Uses of XMLStreamReaderFactory in com.sun.xml.ws.encoding.fastinfoset
Subclasses of XMLStreamReaderFactory in com.sun.xml.ws.encoding.fastinfoset Modifier and Type Class Description class
FastInfosetStreamReaderFactory
-