Uses of Class
org.apache.camel.builder.ExchangeBuilder
-
Packages that use ExchangeBuilder Package Description org.apache.camel.builder -
-
Uses of ExchangeBuilder in org.apache.camel.builder
Methods in org.apache.camel.builder that return ExchangeBuilder Modifier and Type Method Description static ExchangeBuilderExchangeBuilder. anExchange(org.apache.camel.CamelContext context)Create the exchange by setting the camel contextExchangeBuilderExchangeBuilder. withBody(Object body)Set the in message body on the exchangeExchangeBuilderExchangeBuilder. withHeader(String key, Object value)Set the message header of the in message on the exchangeExchangeBuilderExchangeBuilder. withPattern(org.apache.camel.ExchangePattern pattern)Set the message exchange pattern on the exchangeExchangeBuilderExchangeBuilder. withProperty(String key, Object value)Set the exchange property
-