Package com.sun.xml.ws.util
Class FastInfosetReflection
- java.lang.Object
-
- com.sun.xml.ws.util.FastInfosetReflection
-
public class FastInfosetReflection extends Object
- Author:
- Santiago.PericasGeertsen@sun.com, Paul.Sandoz@sun.com
-
-
Field Summary
Fields Modifier and Type Field Description static ConstructorfiStAXDocumentParser_newFI StAXDocumentParser constructor using reflection.static MethodfiStAXDocumentParser_setInputStreamFIStAXDocumentParser.setInputStream()method via reflection.static MethodfiStAXDocumentParser_setStringInterningFIStAXDocumentParser.setStringInterning()method via reflection.
-
Constructor Summary
Constructors Constructor Description FastInfosetReflection()
-
-
-
Field Detail
-
fiStAXDocumentParser_new
public static final Constructor fiStAXDocumentParser_new
FI StAXDocumentParser constructor using reflection.
-
fiStAXDocumentParser_setInputStream
public static final Method fiStAXDocumentParser_setInputStream
FIStAXDocumentParser.setInputStream()method via reflection.
-
fiStAXDocumentParser_setStringInterning
public static final Method fiStAXDocumentParser_setStringInterning
FIStAXDocumentParser.setStringInterning()method via reflection.
-
-