Uses of Class
org.apache.camel.component.rest.RestComponent

Packages that use RestComponent
org.apache.camel.component.rest The REST Component for defining REST services, supporting the Camel Rest DSL
 

Uses of RestComponent in org.apache.camel.component.rest
 

Methods in org.apache.camel.component.rest that return RestComponent
 RestComponent RestEndpoint.getComponent()
           
 

Constructors in org.apache.camel.component.rest with parameters of type RestComponent
RestEndpoint(String endpointUri, RestComponent component)
           
 



Apache Camel