public final class RestProducerFactoryHelper extends Object
Components used by the
RestProducerFactory contract.
When RestProducerFactory contract is used it could instantiate, start
and register the underlying component. During this process we have no way of
configuring component properties, most notably the SSL properties.| Modifier and Type | Method and Description |
|---|---|
static Component |
setupComponent(String componentName,
CamelContext camelContext,
Map<String,Object> componentProperties) |
static void |
setupComponentFor(String url,
CamelContext camelContext,
Map<String,Object> componentProperties) |
public static void setupComponentFor(String url, CamelContext camelContext, Map<String,Object> componentProperties) throws Exception
Exceptionpublic static Component setupComponent(String componentName, CamelContext camelContext, Map<String,Object> componentProperties) throws Exception
ExceptionApache Camel