org.apache.camel.model.rest
Class RestPropertyDefinition

java.lang.Object
  extended by org.apache.camel.model.rest.RestPropertyDefinition

public class RestPropertyDefinition
extends Object

Represents the XML type for <restProperty>.


Constructor Summary
RestPropertyDefinition()
           
 
Method Summary
 String getKey()
           
 String getValue()
           
 void setKey(String key)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestPropertyDefinition

public RestPropertyDefinition()
Method Detail

setKey

public void setKey(String key)

getKey

public String getKey()

setValue

public void setValue(String value)

getValue

public String getValue()


Apache Camel