com.sun.xml.messaging.saaj.util
Class JAXMStreamSource
java.lang.Object
javax.xml.transform.stream.StreamSource
com.sun.xml.messaging.saaj.util.JAXMStreamSource
- All Implemented Interfaces:
- Source
public class JAXMStreamSource
- extends StreamSource
- Author:
- Anil Vijendran
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAXMStreamSource
public JAXMStreamSource(InputStream is)
throws IOException
- Throws:
IOException
JAXMStreamSource
public JAXMStreamSource(Reader rdr)
throws IOException
- Throws:
IOException
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.