|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HttpTransportConstants
Declares HTTP-specific transport constants.
Field Summary | |
---|---|
static String |
CONTENT_ENCODING_GZIP
Header value that indicates a compressed "Content-Encoding". |
static String |
HEADER_ACCEPT_ENCODING
The "Accept-Encoding" header. |
static String |
HEADER_CONTENT_ENCODING
The "Content-Encoding" header. |
static String |
HTTP_URI_SCHEME
The "http" URI scheme. |
static String |
HTTPS_URI_SCHEME
The "https" URI scheme. |
static String |
METHOD_GET
The "GET" HTTP method |
static String |
METHOD_POST
The "POST" HTTP method |
static int |
STATUS_ACCEPTED
The "202 Accepted" status code. |
static int |
STATUS_INTERNAL_SERVER_ERROR
The "500 Server Error" status code. |
static int |
STATUS_METHOD_NOT_ALLOWED
The "405 Method Not Allowed" status code. |
static int |
STATUS_NO_CONTENT
The "204 No Content" 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 |
---|
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 |
---|
static final String HEADER_CONTENT_ENCODING
static final String HEADER_ACCEPT_ENCODING
static final String CONTENT_ENCODING_GZIP
static final int STATUS_OK
static final int STATUS_ACCEPTED
static final int STATUS_NO_CONTENT
static final int STATUS_NOT_FOUND
static final int STATUS_METHOD_NOT_ALLOWED
static final int STATUS_INTERNAL_SERVER_ERROR
static final String HTTP_URI_SCHEME
static final String HTTPS_URI_SCHEME
static final String METHOD_GET
static final String METHOD_POST
|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |