Spring Web Services Framework

org.springframework.ws.transport.mail
Interface MailTransportConstants

All Superinterfaces:
TransportConstants

public interface MailTransportConstants
extends TransportConstants

Declares Mail-specific transport constants.

Since:
1.5.0
Author:
Arjen Poutsma

Field Summary
static String HEADER_IN_REPLY_TO
          The "In-Reply-To" header.
static String MAIL_URI_SCHEME
          The "mail" URI scheme.
 
Fields inherited from interface org.springframework.ws.transport.TransportConstants
EMPTY_SOAP_ACTION, HEADER_ACCEPT, HEADER_CONTENT_ID, HEADER_CONTENT_LENGTH, HEADER_CONTENT_TRANSFER_ENCODING, HEADER_CONTENT_TYPE, HEADER_SOAP_ACTION, PARAMETER_ACTION
 

Field Detail

MAIL_URI_SCHEME

static final String MAIL_URI_SCHEME
The "mail" URI scheme.

See Also:
Constant Field Values

HEADER_IN_REPLY_TO

static final String HEADER_IN_REPLY_TO
The "In-Reply-To" header.

See Also:
Constant Field Values

Spring Web Services Framework

Copyright © 2005-2010 The Spring Web Services Framework. All Rights Reserved.