org.apache.servicemix.soap.bindings.http
Class HttpConstants
java.lang.Object
org.apache.servicemix.soap.bindings.http.HttpConstants
public class HttpConstants
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
METHOD_GET
public static final String METHOD_GET
- See Also:
- Constant Field Values
METHOD_POST
public static final String METHOD_POST
- See Also:
- Constant Field Values
METHOD_PUT
public static final String METHOD_PUT
- See Also:
- Constant Field Values
METHOD_DELETE
public static final String METHOD_DELETE
- See Also:
- Constant Field Values
SERIAL_APP_URLENCODED
public static final String SERIAL_APP_URLENCODED
- See Also:
- Constant Field Values
SERIAL_APP_XML
public static final String SERIAL_APP_XML
- See Also:
- Constant Field Values
SERIAL_MULTIPART_FORMDATA
public static final String SERIAL_MULTIPART_FORMDATA
- See Also:
- Constant Field Values
STYLE_RPC
public static final URI STYLE_RPC
STYLE_IRI
public static final URI STYLE_IRI
STYLE_MULTIPART
public static final URI STYLE_MULTIPART
QUERY_SEP_AMPERSAND
public static final String QUERY_SEP_AMPERSAND
- See Also:
- Constant Field Values
AUTH_TYPE
public static final String AUTH_TYPE
- See Also:
- Constant Field Values
CONTENT_LENGTH
public static final String CONTENT_LENGTH
- See Also:
- Constant Field Values
CONTENT_TYPE
public static final String CONTENT_TYPE
- See Also:
- Constant Field Values
DOCUMENT_ROOT
public static final String DOCUMENT_ROOT
- See Also:
- Constant Field Values
PATH_INFO
public static final String PATH_INFO
- See Also:
- Constant Field Values
PATH_TRANSLATED
public static final String PATH_TRANSLATED
- See Also:
- Constant Field Values
QUERY_STRING
public static final String QUERY_STRING
- See Also:
- Constant Field Values
REMOTE_ADDRESS
public static final String REMOTE_ADDRESS
- See Also:
- Constant Field Values
REMOTE_HOST
public static final String REMOTE_HOST
- See Also:
- Constant Field Values
REMOTE_USER
public static final String REMOTE_USER
- See Also:
- Constant Field Values
REQUEST_METHOD
public static final String REQUEST_METHOD
- See Also:
- Constant Field Values
REQUEST_URI
public static final String REQUEST_URI
- See Also:
- Constant Field Values
SCRIPT_NAME
public static final String SCRIPT_NAME
- See Also:
- Constant Field Values
SERVER_NAME
public static final String SERVER_NAME
- See Also:
- Constant Field Values
SERVER_PORT
public static final String SERVER_PORT
- See Also:
- Constant Field Values
SERVER_PROTOCOL
public static final String SERVER_PROTOCOL
- See Also:
- Constant Field Values
HttpConstants
public HttpConstants()
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.