org.apache.synapse.rest
Class RESTConstants

java.lang.Object
  extended by org.apache.synapse.rest.RESTConstants

public class RESTConstants
extends Object


Nested Class Summary
static class RESTConstants.METHODS
           
 
Field Summary
static String DEFAULT_ENCODING
           
static String METHOD_OPTIONS
           
static int PROTOCOL_HTTP_AND_HTTPS
           
static int PROTOCOL_HTTP_ONLY
           
static int PROTOCOL_HTTPS_ONLY
           
static String REST_ALL_SUPPORTED_METHODS
           
static String REST_API_CONTEXT
           
static String REST_FULL_REQUEST_PATH
           
static String REST_METHOD
           
static String REST_QUERY_PARAM_PREFIX
           
static String REST_SUB_REQUEST_PATH
           
static String REST_URI_VARIABLE_PREFIX
           
static String REST_URL_PREFIX
           
static String SYNAPSE_RESOURCE
           
static String SYNAPSE_REST_API
           
 
Constructor Summary
RESTConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROTOCOL_HTTP_AND_HTTPS

public static final int PROTOCOL_HTTP_AND_HTTPS
See Also:
Constant Field Values

PROTOCOL_HTTP_ONLY

public static final int PROTOCOL_HTTP_ONLY
See Also:
Constant Field Values

PROTOCOL_HTTPS_ONLY

public static final int PROTOCOL_HTTPS_ONLY
See Also:
Constant Field Values

REST_FULL_REQUEST_PATH

public static final String REST_FULL_REQUEST_PATH
See Also:
Constant Field Values

REST_SUB_REQUEST_PATH

public static final String REST_SUB_REQUEST_PATH
See Also:
Constant Field Values

REST_METHOD

public static final String REST_METHOD
See Also:
Constant Field Values

METHOD_OPTIONS

public static final String METHOD_OPTIONS
See Also:
Constant Field Values

REST_ALL_SUPPORTED_METHODS

public static final String REST_ALL_SUPPORTED_METHODS
See Also:
Constant Field Values

REST_URI_VARIABLE_PREFIX

public static final String REST_URI_VARIABLE_PREFIX
See Also:
Constant Field Values

REST_QUERY_PARAM_PREFIX

public static final String REST_QUERY_PARAM_PREFIX
See Also:
Constant Field Values

SYNAPSE_RESOURCE

public static final String SYNAPSE_RESOURCE
See Also:
Constant Field Values

SYNAPSE_REST_API

public static final String SYNAPSE_REST_API
See Also:
Constant Field Values

REST_API_CONTEXT

public static final String REST_API_CONTEXT
See Also:
Constant Field Values

REST_URL_PREFIX

public static final String REST_URL_PREFIX
See Also:
Constant Field Values

DEFAULT_ENCODING

public static final String DEFAULT_ENCODING
See Also:
Constant Field Values
Constructor Detail

RESTConstants

public RESTConstants()


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.