com.sun.xml.ws.api.streaming
Class XMLStreamReaderFactory.Zephyr

java.lang.Object
  extended by com.sun.xml.ws.api.streaming.XMLStreamReaderFactory
      extended by 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.


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

XMLStreamReaderFactory.Zephyr

public XMLStreamReaderFactory.Zephyr(javax.xml.stream.XMLInputFactory xif,
                                     Class clazz)
                              throws NoSuchMethodException
Throws:
NoSuchMethodException
Method Detail

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