1
比方說,我想傳達給與駱駝SSL休息服務,我創建一個custom HttpClientConfigurer將設置的東西:httpClientConfigurerRef爲Apache的駱駝特定路由
<bean id="myHttpClientConfigurer"
class="my.https.HttpClientConfigurer">
</bean>
<to uri="https://myhostname.com:443/myURL?httpClientConfigurerRef=myHttpClientConfigurer"/>
而且HttpClientConfigurer工具org.apache.camel.component.http.HttpClientConfigurer
。
所以我的問題是,這種風俗HttpClientConfigurer將被激活僅針對該路線(在我指定它與httpClientConfigurerRef)?或者它會影響使用http組件的其他駱駝路由嗎?