Package org.apache.camel.support
Class RestProducerFactoryHelper
java.lang.Object
org.apache.camel.support.RestProducerFactoryHelper
Helper for creating configured
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.-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.camel.ComponentsetupComponent(String componentName, org.apache.camel.CamelContext camelContext, Map<String, Object> componentProperties) static voidsetupComponentFor(String url, org.apache.camel.CamelContext camelContext, Map<String, Object> componentProperties)
-
Method Details
-
setupComponentFor
-
setupComponent
-