Package com.sun.xml.rpc.streaming
Class FastInfosetReaderFactoryImpl
java.lang.Object
com.sun.xml.rpc.streaming.XMLReaderFactory
com.sun.xml.rpc.streaming.FastInfosetReaderFactoryImpl
A concrete factory for FI XMLReader objects.
- Author:
- Santiago.PericasGeertsen@sun.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal XMLReaderObtain an XMLReader on the given InputStream.final XMLReadercreateXMLReader(InputStream in, boolean rejectDTDs) Obtain an XMLReader on the given InputStream.final XMLReadercreateXMLReader(InputSource source) Obtain an XMLReader on the given InputSource.final XMLReadercreateXMLReader(InputSource source, boolean rejectDTDs) Obtain an XMLReader on the given InputSource.static XMLReaderFactory
-
Constructor Details
-
FastInfosetReaderFactoryImpl
public FastInfosetReaderFactoryImpl()
-
-
Method Details
-
newInstance
-
createXMLReader
Description copied from class:XMLReaderFactoryObtain an XMLReader on the given InputStream.- Specified by:
createXMLReaderin classXMLReaderFactory
-
createXMLReader
Description copied from class:XMLReaderFactoryObtain an XMLReader on the given InputSource.- Specified by:
createXMLReaderin classXMLReaderFactory
-
createXMLReader
Description copied from class:XMLReaderFactoryObtain an XMLReader on the given InputSource.- Specified by:
createXMLReaderin classXMLReaderFactory
-
createXMLReader
Description copied from class:XMLReaderFactoryObtain an XMLReader on the given InputStream.- Specified by:
createXMLReaderin classXMLReaderFactory
-