org.apache.camel.component.restlet
Class RestletConstants

java.lang.Object
  extended by org.apache.camel.component.restlet.RestletConstants

public final class RestletConstants
extends Object

Constants for Restlet component

Version:

Field Summary
static String RESTLET_LOGIN
           
static String RESTLET_PASSWORD
           
static String RESTLET_REQUEST
           
static String RESTLET_RESPONSE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESTLET_LOGIN

public static final String RESTLET_LOGIN
See Also:
Constant Field Values

RESTLET_PASSWORD

public static final String RESTLET_PASSWORD
See Also:
Constant Field Values

RESTLET_REQUEST

public static final String RESTLET_REQUEST
See Also:
Constant Field Values

RESTLET_RESPONSE

public static final String RESTLET_RESPONSE
See Also:
Constant Field Values


Apache Camel