java.lang.Object
com.dghda.kent.actions.EmailAction.BufferedDataSource
- All Implemented Interfaces:
- javax.activation.DataSource
- Enclosing class:
- EmailAction
- private static class EmailAction.BufferedDataSource
- extends java.lang.Object
- implements javax.activation.DataSource
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_Name
private java.lang.String m_Name
m_Transform
private com.dghda.kent.ReportTransform m_Transform
m_Config
private java.util.Properties m_Config
m_Contents
private java.io.ByteArrayOutputStream m_Contents
EmailAction.BufferedDataSource
public EmailAction.BufferedDataSource(java.lang.String name,
com.dghda.kent.ReportTransform transform,
java.util.Properties config)
getContentType
public java.lang.String getContentType()
- Specified by:
getContentType in interface javax.activation.DataSource
getInputStream
public java.io.InputStream getInputStream()
- Specified by:
getInputStream in interface javax.activation.DataSource
getName
public java.lang.String getName()
- Specified by:
getName in interface javax.activation.DataSource
getOutputStream
public java.io.OutputStream getOutputStream()
- Specified by:
getOutputStream in interface javax.activation.DataSource