Spring Integration

org.springframework.integration.mail
Class MailHeaders

java.lang.Object
  extended by org.springframework.integration.mail.MailHeaders

public abstract class MailHeaders
extends Object

Pre-defined header names to be used for setting and/or retrieving Mail Message attributes from/to integration Message Headers.

Author:
Mark Fisher

Field Summary
static String ATTACHMENT_FILENAME
           
static String BCC
           
static String CC
           
static String FROM
           
static String MULTIPART_MODE
           
static String PREFIX
           
static String REPLY_TO
           
static String SUBJECT
           
static String TO
           
 
Constructor Summary
MailHeaders()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PREFIX

public static final String PREFIX
See Also:
Constant Field Values

SUBJECT

public static final String SUBJECT
See Also:
Constant Field Values

TO

public static final String TO
See Also:
Constant Field Values

CC

public static final String CC
See Also:
Constant Field Values

BCC

public static final String BCC
See Also:
Constant Field Values

FROM

public static final String FROM
See Also:
Constant Field Values

REPLY_TO

public static final String REPLY_TO
See Also:
Constant Field Values

MULTIPART_MODE

public static final String MULTIPART_MODE
See Also:
Constant Field Values

ATTACHMENT_FILENAME

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

MailHeaders

public MailHeaders()

Spring Integration

Copyright © 2010. All Rights Reserved.