|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLStreamReaderFactory | |
---|---|
com.sun.xml.ws.api.streaming |
Uses of XMLStreamReaderFactory in com.sun.xml.ws.api.streaming |
---|
Subclasses of XMLStreamReaderFactory in com.sun.xml.ws.api.streaming | |
---|---|
static class |
XMLStreamReaderFactory.Default
Default XMLStreamReaderFactory implementation
that can work with any XMLInputFactory . |
static class |
XMLStreamReaderFactory.NoLock
Similar to XMLStreamReaderFactory.Default but doesn't do any synchronization. |
static class |
XMLStreamReaderFactory.Woodstox
Handles Woodstox's XIF but set properties to do the string interning. |
static class |
XMLStreamReaderFactory.Zephyr
XMLStreamReaderFactory implementation for SJSXP/JAXP RI. |
Methods in com.sun.xml.ws.api.streaming that return XMLStreamReaderFactory | |
---|---|
static XMLStreamReaderFactory |
XMLStreamReaderFactory.get()
|
static XMLStreamReaderFactory |
XMLStreamReaderFactory.Zephyr.newInstance(javax.xml.stream.XMLInputFactory xif)
Creates XMLStreamReaderFactory.Zephyr instance if the given XMLInputFactory is the one
from Zephyr. |
Methods in com.sun.xml.ws.api.streaming with parameters of type XMLStreamReaderFactory | |
---|---|
static void |
XMLStreamReaderFactory.set(XMLStreamReaderFactory f)
Overrides the singleton XMLStreamReaderFactory instance that
the JAX-WS RI uses. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |