com.sun.xml.ws.encoding.fastinfoset
Class FastInfosetStreamReaderFactory
java.lang.Object
com.sun.xml.ws.api.streaming.XMLStreamReaderFactory
com.sun.xml.ws.encoding.fastinfoset.FastInfosetStreamReaderFactory
public final class FastInfosetStreamReaderFactory
- extends XMLStreamReaderFactory
- Author:
- Alexey Stashok
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FastInfosetStreamReaderFactory
public FastInfosetStreamReaderFactory()
getInstance
public static FastInfosetStreamReaderFactory getInstance()
doCreate
public XMLStreamReader doCreate(String systemId,
InputStream in,
boolean rejectDTDs)
- Specified by:
doCreate in class XMLStreamReaderFactory
doCreate
public XMLStreamReader doCreate(String systemId,
Reader reader,
boolean rejectDTDs)
- Specified by:
doCreate in class XMLStreamReaderFactory
doRecycle
public void doRecycle(XMLStreamReader r)
- Specified by:
doRecycle in class XMLStreamReaderFactory
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.