com.sun.xml.ws.streaming
Class SourceReaderFactory

java.lang.Object
  extended by com.sun.xml.ws.streaming.SourceReaderFactory

public class SourceReaderFactory
extends Object


Field Summary
(package private) static Method fastInfosetSource_getInputStream
          FI StAXDocumentSerializer.setEncoding() method via reflection.
(package private) static Class fastInfosetSourceClass
          FI FastInfosetSource class.
 
Constructor Summary
SourceReaderFactory()
           
 
Method Summary
static javax.xml.stream.XMLStreamReader createSourceReader(Source source, boolean rejectDTDs)
           
static javax.xml.stream.XMLStreamReader createSourceReader(Source source, boolean rejectDTDs, String charsetName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fastInfosetSourceClass

static Class fastInfosetSourceClass
FI FastInfosetSource class.


fastInfosetSource_getInputStream

static Method fastInfosetSource_getInputStream
FI StAXDocumentSerializer.setEncoding() method via reflection.

Constructor Detail

SourceReaderFactory

public SourceReaderFactory()
Method Detail

createSourceReader

public static javax.xml.stream.XMLStreamReader createSourceReader(Source source,
                                                                  boolean rejectDTDs)

createSourceReader

public static javax.xml.stream.XMLStreamReader createSourceReader(Source source,
                                                                  boolean rejectDTDs,
                                                                  String charsetName)