org.apache.camel.model
Class RestContextRefDefinition

java.lang.Object
  extended by org.apache.camel.model.RestContextRefDefinition

public class RestContextRefDefinition
extends Object

Represents an XML <restContextRef/> element

Version:

Constructor Summary
RestContextRefDefinition()
           
 
Method Summary
 String getRef()
           
 List<RestDefinition> lookupRests(CamelContext camelContext)
           
 void setRef(String ref)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RestContextRefDefinition

public RestContextRefDefinition()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getRef

public String getRef()

setRef

public void setRef(String ref)

lookupRests

public List<RestDefinition> lookupRests(CamelContext camelContext)


Apache Camel