Package | Description |
---|---|
com.sun.xml.ws.api.streaming | |
com.sun.xml.ws.encoding.fastinfoset |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
static void |
XMLStreamReaderFactory.set(XMLStreamReaderFactory f)
Overrides the singleton
XMLStreamReaderFactory instance that
the JAX-WS RI uses. |
Modifier and Type | Class and Description |
---|---|
class |
FastInfosetStreamReaderFactory |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.