org.mule.transport.email
Class MailMuleMessageFactory
java.lang.Object
org.mule.transport.AbstractMuleMessageFactory
org.mule.transport.email.MailMuleMessageFactory
- All Implemented Interfaces:
- MuleMessageFactory
public class MailMuleMessageFactory
- extends AbstractMuleMessageFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HEADER_LIST_PREFIX
public static final String HEADER_LIST_PREFIX
- See Also:
- Constant Field Values
MailMuleMessageFactory
public MailMuleMessageFactory(MuleContext context)
getSupportedTransportMessageTypes
protected Class<?>[] getSupportedTransportMessageTypes()
- Specified by:
getSupportedTransportMessageTypes
in class AbstractMuleMessageFactory
extractPayload
protected Object extractPayload(Object transportMessage,
String encoding)
throws Exception
- Specified by:
extractPayload
in class AbstractMuleMessageFactory
- Throws:
Exception
addProperties
protected void addProperties(DefaultMuleMessage muleMessage,
Object transportMessage)
throws Exception
- Overrides:
addProperties
in class AbstractMuleMessageFactory
- Throws:
Exception
addAttachments
protected void addAttachments(DefaultMuleMessage muleMessage,
Object transportMessage)
throws Exception
- Overrides:
addAttachments
in class AbstractMuleMessageFactory
- Throws:
Exception
addAttachmentHeaders
protected void addAttachmentHeaders(String name,
Part part,
MuleMessage muleMessage)
throws MessagingException
- Throws:
MessagingException
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.