Package com.sun.xml.ws.util
Class FastInfosetUtil
- java.lang.Object
-
- com.sun.xml.ws.util.FastInfosetUtil
-
public class FastInfosetUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description FastInfosetUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static XMLStreamReadercreateFIStreamReader(InputStream in)Returns the FI parser allocated for this thread.
-
-
-
Method Detail
-
createFIStreamReader
public static XMLStreamReader createFIStreamReader(InputStream in)
Returns the FI parser allocated for this thread.
-
-