142.15.2. エンドポイント URI からの URI パラメーター
この例では、Web ブラウザーに入力した内容のみの完全な URI エンドポイントがあります。Web ブラウザーの場合と同様に、複数の URI パラメーターをセパレーターとして使用し、区切り文字として使用できます。Camel はここでは複雑ではありません。
// we query for Camel at the Google page
template.sendBody("http4://www.google.com/search?q=Camel", null);
// we query for Camel at the Google page
template.sendBody("http4://www.google.com/search?q=Camel", null);