com.sun.xml.ws.api.streaming
Class XMLStreamReaderFactory.Zephyr
java.lang.Object
com.sun.xml.ws.api.streaming.XMLStreamReaderFactory
com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.Zephyr
- Enclosing class:
- XMLStreamReaderFactory
public static final class XMLStreamReaderFactory.Zephyr
- extends XMLStreamReaderFactory
XMLStreamReaderFactory
implementation for SJSXP/JAXP RI.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLStreamReaderFactory.Zephyr
public XMLStreamReaderFactory.Zephyr(javax.xml.stream.XMLInputFactory xif,
Class clazz)
throws NoSuchMethodException
- Throws:
NoSuchMethodException
newInstance
@Nullable
public static XMLStreamReaderFactory newInstance(javax.xml.stream.XMLInputFactory xif)
- Creates
XMLStreamReaderFactory.Zephyr
instance if the given XMLInputFactory
is the one
from Zephyr.
doRecycle
public void doRecycle(javax.xml.stream.XMLStreamReader r)
- Specified by:
doRecycle
in class XMLStreamReaderFactory
doCreate
public javax.xml.stream.XMLStreamReader doCreate(String systemId,
InputStream in,
boolean rejectDTDs)
- Specified by:
doCreate
in class XMLStreamReaderFactory
doCreate
public javax.xml.stream.XMLStreamReader doCreate(String systemId,
Reader in,
boolean rejectDTDs)
- Specified by:
doCreate
in class XMLStreamReaderFactory