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 classXMLStreamReaderFactory.DefaultDefaultXMLStreamReaderFactoryimplementation that can work with anyXMLInputFactory.static classXMLStreamReaderFactory.NoLockSimilar toXMLStreamReaderFactory.Defaultbut doesn't do any synchronization.static classXMLStreamReaderFactory.WoodstoxHandles 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 XMLStreamReaderFactoryXMLStreamReaderFactory. get()Methods in com.sun.xml.ws.api.streaming with parameters of type XMLStreamReaderFactory Modifier and Type Method Description static voidXMLStreamReaderFactory. set(XMLStreamReaderFactory f)Overrides the singletonXMLStreamReaderFactoryinstance 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 classFastInfosetStreamReaderFactory
-