Spring Web Services Framework

org.springframework.ws.transport.http
Interface HttpTransportConstants

All Superinterfaces:
TransportConstants

public interface HttpTransportConstants
extends TransportConstants

Declares HTTP-specific transport constants.

Since:
1.0.0
Author:
Arjen Poutsma

Field Summary
static String CONTENT_ENCODING_GZIP
          Header value that indicates a compressed "Content-Encoding".
static String HEADER_CONTENT_ENCODING
          The "Content-Encoding" header.
static int STATUS_ACCEPTED
          The "202 Accepted" status code.
static int STATUS_INTERNAL_SERVER_ERROR
          The "500 Server Error" status code.
static int STATUS_NOT_FOUND
          The "404 Not Found" status code.
static int STATUS_OK
          The "200 OK" status code.
 
Fields inherited from interface org.springframework.ws.transport.TransportConstants
HEADER_CONTENT_ID, HEADER_CONTENT_LENGTH, HEADER_CONTENT_TRANSFER_ENCODING, HEADER_CONTENT_TYPE, HEADER_SOAP_ACTION
 

Field Detail

HEADER_CONTENT_ENCODING

static final String HEADER_CONTENT_ENCODING
The "Content-Encoding" header.

See Also:
Constant Field Values

CONTENT_ENCODING_GZIP

static final String CONTENT_ENCODING_GZIP
Header value that indicates a compressed "Content-Encoding".

See Also:
Constant Field Values

STATUS_OK

static final int STATUS_OK
The "200 OK" status code.

See Also:
Constant Field Values

STATUS_ACCEPTED

static final int STATUS_ACCEPTED
The "202 Accepted" status code.

See Also:
Constant Field Values

STATUS_NOT_FOUND

static final int STATUS_NOT_FOUND
The "404 Not Found" status code.

See Also:
Constant Field Values

STATUS_INTERNAL_SERVER_ERROR

static final int STATUS_INTERNAL_SERVER_ERROR
The "500 Server Error" status code.

See Also:
Constant Field Values

Spring Web Services Framework

Copyright � 2005-2008 The Spring Web Services Framework. All Rights Reserved.