public interface RestletHost
Modifier and Type | Method and Description |
---|---|
void |
configure(RestletEndpoint endpoint,
org.restlet.Component component)
Configure the RestletHost using the Camel
RestletEndpoint and the Restlet Component |
void |
start()
Starts the RestletHost
|
void |
stop()
Stops the RestletHost
|
void configure(RestletEndpoint endpoint, org.restlet.Component component)
RestletEndpoint
and the Restlet Component
Apache Camel