Spring Web Services Framework

org.springframework.ws.transport
Interface TransportConstants

All Known Subinterfaces:
HttpTransportConstants, JmsTransportConstants, MailTransportConstants

public interface TransportConstants

Declares useful transport constants.

Since:
1.0.0
Author:
Arjen Poutsma

Field Summary
static String EMPTY_SOAP_ACTION
          The empty SOAP action value.
static String HEADER_ACCEPT
          The "Accept" header.
static String HEADER_CONTENT_ID
          The "Content-Id" header.
static String HEADER_CONTENT_LENGTH
          The "Content-Length" header.
static String HEADER_CONTENT_TRANSFER_ENCODING
          The "Content-Transfer-Encoding" header.
static String HEADER_CONTENT_TYPE
          The "Content-Type" header.
static String HEADER_SOAP_ACTION
          The "SOAPAction" header, used in SOAP 1.1.
static String PARAMETER_ACTION
          The "action" parameter, used to set SOAP Actions in SOAP 1.2.
 

Field Detail

HEADER_ACCEPT

static final String HEADER_ACCEPT
The "Accept" header.

See Also:
Constant Field Values

HEADER_CONTENT_ID

static final String HEADER_CONTENT_ID
The "Content-Id" header.

See Also:
Constant Field Values

HEADER_CONTENT_LENGTH

static final String HEADER_CONTENT_LENGTH
The "Content-Length" header.

See Also:
Constant Field Values

HEADER_CONTENT_TRANSFER_ENCODING

static final String HEADER_CONTENT_TRANSFER_ENCODING
The "Content-Transfer-Encoding" header.

See Also:
Constant Field Values

HEADER_CONTENT_TYPE

static final String HEADER_CONTENT_TYPE
The "Content-Type" header.

See Also:
Constant Field Values

HEADER_SOAP_ACTION

static final String HEADER_SOAP_ACTION
The "SOAPAction" header, used in SOAP 1.1.

See Also:
Constant Field Values

PARAMETER_ACTION

static final String PARAMETER_ACTION
The "action" parameter, used to set SOAP Actions in SOAP 1.2.

See Also:
Constant Field Values

EMPTY_SOAP_ACTION

static final String EMPTY_SOAP_ACTION
The empty SOAP action value.

See Also:
Constant Field Values

Spring Web Services Framework

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