|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.api.streaming.XMLStreamReaderFactory
com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.Zephyr
public static final class XMLStreamReaderFactory.Zephyr
XMLStreamReaderFactory implementation for SJSXP/JAXP RI.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.sun.xml.ws.api.streaming.XMLStreamReaderFactory |
|---|
XMLStreamReaderFactory.Default, XMLStreamReaderFactory.NoLock, XMLStreamReaderFactory.RecycleAware, XMLStreamReaderFactory.Woodstox, XMLStreamReaderFactory.Zephyr |
| Constructor Summary | |
|---|---|
XMLStreamReaderFactory.Zephyr(javax.xml.stream.XMLInputFactory xif,
Class clazz)
|
|
| Method Summary | |
|---|---|
javax.xml.stream.XMLStreamReader |
doCreate(String systemId,
InputStream in,
boolean rejectDTDs)
|
javax.xml.stream.XMLStreamReader |
doCreate(String systemId,
Reader in,
boolean rejectDTDs)
|
void |
doRecycle(javax.xml.stream.XMLStreamReader r)
|
static XMLStreamReaderFactory |
newInstance(javax.xml.stream.XMLInputFactory xif)
Creates XMLStreamReaderFactory.Zephyr instance if the given XMLInputFactory is the one
from Zephyr. |
| Methods inherited from class com.sun.xml.ws.api.streaming.XMLStreamReaderFactory |
|---|
create, create, create, create, get, recycle, set |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLStreamReaderFactory.Zephyr(javax.xml.stream.XMLInputFactory xif,
Class clazz)
throws NoSuchMethodException
NoSuchMethodException| Method Detail |
|---|
@Nullable public static XMLStreamReaderFactory newInstance(javax.xml.stream.XMLInputFactory xif)
XMLStreamReaderFactory.Zephyr instance if the given XMLInputFactory is the one
from Zephyr.
public void doRecycle(javax.xml.stream.XMLStreamReader r)
doRecycle in class XMLStreamReaderFactory
public javax.xml.stream.XMLStreamReader doCreate(String systemId,
InputStream in,
boolean rejectDTDs)
doCreate in class XMLStreamReaderFactory
public javax.xml.stream.XMLStreamReader doCreate(String systemId,
Reader in,
boolean rejectDTDs)
doCreate in class XMLStreamReaderFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||