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

java.lang.Object
  extended by javax.xml.transform.stream.StreamSource
      extended by com.sun.xml.messaging.saaj.util.JAXMStreamSource
All Implemented Interfaces:
Source

public class JAXMStreamSource
extends StreamSource

Author:
Anil Vijendran

Field Summary
 
Fields inherited from class javax.xml.transform.stream.StreamSource
FEATURE
 
Constructor Summary
JAXMStreamSource(InputStream is)
           
JAXMStreamSource(Reader rdr)
           
 
Method Summary
 InputStream getInputStream()
           
 Reader getReader()
           
 void reset()
           
 
Methods inherited from class javax.xml.transform.stream.StreamSource
getPublicId, getSystemId, setInputStream, setPublicId, setReader, setSystemId, setSystemId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXMStreamSource

public JAXMStreamSource(InputStream is)
                 throws IOException
Throws:
IOException

JAXMStreamSource

public JAXMStreamSource(Reader rdr)
                 throws IOException
Throws:
IOException
Method Detail

getInputStream

public InputStream getInputStream()
Overrides:
getInputStream in class StreamSource

getReader

public Reader getReader()
Overrides:
getReader in class StreamSource

reset

public void reset()
           throws IOException
Throws:
IOException


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.