Class XChangeEndpointBuilderFactory.XChangeHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.XChangeEndpointBuilderFactory.XChangeHeaderNameBuilder
-
- Enclosing interface:
- XChangeEndpointBuilderFactory
public static class XChangeEndpointBuilderFactory.XChangeHeaderNameBuilder extends Object
The builder of headers' name for the XChange component.
-
-
Constructor Summary
Constructors Constructor Description XChangeHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringcurrency()The target currency.StringcurrencyPair()The target currency pair.
-
-
-
Method Detail
-
currency
public String currency()
The target currency. The option is a:org.knowm.xchange.currency.Currencytype. Group: producer- Returns:
- the name of the header
Currency.
-
currencyPair
public String currencyPair()
The target currency pair. The option is a:org.knowm.xchange.currency.CurrencyPairtype. Group: producer- Returns:
- the name of the header
CurrencyPair.
-
-