com.sun.xml.messaging.saaj.util
Class FastInfosetReflection

java.lang.Object
  extended by com.sun.xml.messaging.saaj.util.FastInfosetReflection

public class FastInfosetReflection
extends java.lang.Object


Constructor Summary
FastInfosetReflection()
           
 
Method Summary
static java.lang.Object DOMDocumentParser_new()
           
static void DOMDocumentParser_parse(java.lang.Object parser, org.w3c.dom.Document d, java.io.InputStream s)
           
static java.lang.Object DOMDocumentSerializer_new()
           
static void DOMDocumentSerializer_serialize(java.lang.Object serializer, org.w3c.dom.Node node)
           
static void DOMDocumentSerializer_setOutputStream(java.lang.Object serializer, java.io.OutputStream os)
           
static java.io.OutputStream FastInfosetResult_getOutputStream(javax.xml.transform.Result result)
           
static javax.xml.transform.Result FastInfosetResult_new(java.io.OutputStream os)
           
static java.io.InputStream FastInfosetSource_getInputStream(javax.xml.transform.Source source)
           
static javax.xml.transform.Source FastInfosetSource_new(java.io.InputStream is)
           
static void FastInfosetSource_setInputStream(javax.xml.transform.Source source, java.io.InputStream is)
           
static java.lang.Class getFastInfosetSource_class()
           
static boolean isFastInfosetResult(javax.xml.transform.Result result)
           
static boolean isFastInfosetSource(javax.xml.transform.Source source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FastInfosetReflection

public FastInfosetReflection()
Method Detail

DOMDocumentParser_new

public static java.lang.Object DOMDocumentParser_new()
                                              throws java.lang.Exception
Throws:
java.lang.Exception

DOMDocumentParser_parse

public static void DOMDocumentParser_parse(java.lang.Object parser,
                                           org.w3c.dom.Document d,
                                           java.io.InputStream s)
                                    throws java.lang.Exception
Throws:
java.lang.Exception

DOMDocumentSerializer_new

public static java.lang.Object DOMDocumentSerializer_new()
                                                  throws java.lang.Exception
Throws:
java.lang.Exception

DOMDocumentSerializer_serialize

public static void DOMDocumentSerializer_serialize(java.lang.Object serializer,
                                                   org.w3c.dom.Node node)
                                            throws java.lang.Exception
Throws:
java.lang.Exception

DOMDocumentSerializer_setOutputStream

public static void DOMDocumentSerializer_setOutputStream(java.lang.Object serializer,
                                                         java.io.OutputStream os)
                                                  throws java.lang.Exception
Throws:
java.lang.Exception

isFastInfosetSource

public static boolean isFastInfosetSource(javax.xml.transform.Source source)

getFastInfosetSource_class

public static java.lang.Class getFastInfosetSource_class()

FastInfosetSource_new

public static javax.xml.transform.Source FastInfosetSource_new(java.io.InputStream is)
                                                        throws java.lang.Exception
Throws:
java.lang.Exception

FastInfosetSource_getInputStream

public static java.io.InputStream FastInfosetSource_getInputStream(javax.xml.transform.Source source)
                                                            throws java.lang.Exception
Throws:
java.lang.Exception

FastInfosetSource_setInputStream

public static void FastInfosetSource_setInputStream(javax.xml.transform.Source source,
                                                    java.io.InputStream is)
                                             throws java.lang.Exception
Throws:
java.lang.Exception

isFastInfosetResult

public static boolean isFastInfosetResult(javax.xml.transform.Result result)

FastInfosetResult_new

public static javax.xml.transform.Result FastInfosetResult_new(java.io.OutputStream os)
                                                        throws java.lang.Exception
Throws:
java.lang.Exception

FastInfosetResult_getOutputStream

public static java.io.OutputStream FastInfosetResult_getOutputStream(javax.xml.transform.Result result)
                                                              throws java.lang.Exception
Throws:
java.lang.Exception