org.mule.providers.email.transformers
Class PlainTextDataSource

java.lang.Object
  extended byorg.mule.providers.email.transformers.PlainTextDataSource

public class PlainTextDataSource
extends Object


Field Summary
static String CONTENT_TYPE
           
 
Constructor Summary
PlainTextDataSource(String name, String data)
           
 
Method Summary
 String getContentType()
           
 InputStream getInputStream()
           
 String getName()
           
 OutputStream getOutputStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT_TYPE

public static final String CONTENT_TYPE
See Also:
Constant Field Values
Constructor Detail

PlainTextDataSource

public PlainTextDataSource(String name,
                           String data)
Method Detail

getName

public String getName()

getContentType

public String getContentType()

getInputStream

public InputStream getInputStream()
                           throws IOException
Throws:
IOException

getOutputStream

public OutputStream getOutputStream()
                             throws IOException
Throws:
IOException


Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.