|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webmethods.caf.faces.data.email.EmailDeliverer.MessageBodyDataSource
protected static class EmailDeliverer.MessageBodyDataSource
Inner class to EmailDeliverer.
Field Summary | |
---|---|
protected String |
body
|
protected String |
contentType
|
protected static String |
DEFAULT_NAME
The default name of "HtmlMailDataSource" for this message body. |
Constructor Summary | |
---|---|
EmailDeliverer.MessageBodyDataSource(String body,
String contentType)
Constructor for the message body data source. |
Method Summary | |
---|---|
String |
getContentType()
Get the content type for this data source. |
InputStream |
getInputStream()
Get an input stream for the data source's body. |
String |
getName()
Get the name of this data source. |
OutputStream |
getOutputStream()
Get output stream Not an implemented method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final String DEFAULT_NAME
protected String body
protected String contentType
Constructor Detail |
---|
public EmailDeliverer.MessageBodyDataSource(String body, String contentType)
body
- A body of text content for this source.contentType
- The string that represents a type for this data source.Method Detail |
---|
public String getContentType()
getContentType
in interface DataSource
public InputStream getInputStream() throws IOException
getInputStream
in interface DataSource
IOException
public String getName()
getName
in interface DataSource
EmailDeliverer.MessageBodyDataSource.DEFAULT_NAME
.public OutputStream getOutputStream() throws IOException
getOutputStream
in interface DataSource
IOException
- Not an implemented method.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |