Uses of Class
org.apache.camel.component.restlet.RestletEndpoint

Packages that use RestletEndpoint
org.apache.camel.component.restlet   
 

Uses of RestletEndpoint in org.apache.camel.component.restlet
 

Methods in org.apache.camel.component.restlet that return RestletEndpoint
 RestletEndpoint RestletConsumer.getEndpoint()
           
 

Methods in org.apache.camel.component.restlet with parameters of type RestletEndpoint
protected  void RestletComponent.addServerIfNecessary(RestletEndpoint endpoint)
           
protected  org.restlet.Server RestletComponent.createServer(RestletEndpoint endpoint)
           
 

Constructors in org.apache.camel.component.restlet with parameters of type RestletEndpoint
RestletProducer(RestletEndpoint endpoint)
           
 



Apache Camel