Uses of Class
com.sun.xml.rpc.streaming.XMLReaderFactory
-
Packages that use XMLReaderFactory Package Description com.sun.xml.rpc.client com.sun.xml.rpc.server com.sun.xml.rpc.streaming -
-
Uses of XMLReaderFactory in com.sun.xml.rpc.client
Methods in com.sun.xml.rpc.client that return XMLReaderFactory Modifier and Type Method Description protected XMLReaderFactoryStreamingSender. _getXMLReaderFactory() -
Uses of XMLReaderFactory in com.sun.xml.rpc.server
Methods in com.sun.xml.rpc.server that return XMLReaderFactory Modifier and Type Method Description protected XMLReaderFactoryStreamingHandler. getXMLReaderFactory(StreamingHandlerState state)Return an FI reader if request is FI -
Uses of XMLReaderFactory in com.sun.xml.rpc.streaming
Subclasses of XMLReaderFactory in com.sun.xml.rpc.streaming Modifier and Type Class Description classFastInfosetReaderFactoryImplA concrete factory for FI XMLReader objects.classXMLReaderFactoryImplA concrete factory for XMLReader objects.Methods in com.sun.xml.rpc.streaming that return XMLReaderFactory Modifier and Type Method Description static XMLReaderFactoryFastInfosetReaderFactoryImpl. newInstance()static XMLReaderFactoryXMLReaderFactory. newInstance()Obtain an instance of a factory.
-