Uses of Class
com.sun.xml.ws.api.streaming.XMLStreamReaderFactory

Packages that use XMLStreamReaderFactory
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
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 sets properties to do the string interning, sets various limits, ...
 

Methods in com.sun.xml.ws.api.streaming that return XMLStreamReaderFactory
static XMLStreamReaderFactory XMLStreamReaderFactory.get()
           
 

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.
 

Uses of XMLStreamReaderFactory in com.sun.xml.ws.encoding.fastinfoset
 

Subclasses of XMLStreamReaderFactory in com.sun.xml.ws.encoding.fastinfoset
 class FastInfosetStreamReaderFactory
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.