public final class DefaultRestletHost extends Object implements RestletHost
| Constructor and Description |
|---|
DefaultRestletHost(RestletHostOptions restletHostOptions) |
| 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
|
public DefaultRestletHost(RestletHostOptions restletHostOptions)
public void configure(RestletEndpoint endpoint, org.restlet.Component component)
RestletHostRestletEndpoint and the Restlet Componentconfigure in interface RestletHostpublic void start()
throws Exception
RestletHoststart in interface RestletHostExceptionpublic void stop()
throws Exception
RestletHoststop in interface RestletHostExceptionApache Camel