com.sun.xml.ws.util
Class FastInfosetReflection

java.lang.Object
  extended by com.sun.xml.ws.util.FastInfosetReflection

public class FastInfosetReflection
extends Object


Field Summary
static Constructor fiStAXDocumentParser_new
          FI StAXDocumentParser constructor using reflection.
static Method fiStAXDocumentParser_setInputStream
          FI StAXDocumentParser.setInputStream() method via reflection.
static Method fiStAXDocumentParser_setStringInterning
          FI StAXDocumentParser.setStringInterning() method via reflection.
 
Constructor Summary
FastInfosetReflection()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fiStAXDocumentParser_new

public static final Constructor fiStAXDocumentParser_new
FI StAXDocumentParser constructor using reflection.


fiStAXDocumentParser_setInputStream

public static final Method fiStAXDocumentParser_setInputStream
FI StAXDocumentParser.setInputStream() method via reflection.


fiStAXDocumentParser_setStringInterning

public static final Method fiStAXDocumentParser_setStringInterning
FI StAXDocumentParser.setStringInterning() method via reflection.

Constructor Detail

FastInfosetReflection

public FastInfosetReflection()