|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.encoding.DataHandlerDataSource
public class DataHandlerDataSource
DataSource impl using a DataHandler
| Constructor Summary | |
|---|---|
DataHandlerDataSource(javax.activation.DataHandler dh)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getContentType()
Returns the MIME type of the data represented by this object. |
java.io.InputStream |
getInputStream()
Returns an InputStream representing this object. |
java.lang.String |
getName()
Returns the name of this object. |
java.io.OutputStream |
getOutputStream()
Returns the OutputStream for this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataHandlerDataSource(javax.activation.DataHandler dh)
| Method Detail |
|---|
public java.io.InputStream getInputStream()
throws java.io.IOException
InputStream representing this object.
getInputStream in interface javax.activation.DataSourceInputStream
java.io.IOException
public java.io.OutputStream getOutputStream()
throws java.io.IOException
OutputStream for this object.
getOutputStream in interface javax.activation.DataSourceOutputStream
java.io.IOExceptionpublic java.lang.String getContentType()
getContentType in interface javax.activation.DataSourcepublic java.lang.String getName()
getName in interface javax.activation.DataSource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||