|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidPayloadException | |
---|---|
org.apache.camel.util | Utility classes used by the core of Camel and useful for Camel component developers |
Uses of InvalidPayloadException in org.apache.camel.util |
---|
Methods in org.apache.camel.util that throw InvalidPayloadException | ||
---|---|---|
static Object |
ExchangeHelper.getMandatoryInBody(Exchange exchange)
Returns the mandatory inbound message body of the correct type or throws an exception if it is not present |
|
static
|
ExchangeHelper.getMandatoryInBody(Exchange exchange,
Class<T> type)
Returns the mandatory inbound message body of the correct type or throws an exception if it is not present |
|
static Object |
ExchangeHelper.getMandatoryOutBody(Exchange exchange)
Returns the mandatory outbound message body of the correct type or throws an exception if it is not present |
|
static
|
ExchangeHelper.getMandatoryOutBody(Exchange exchange,
Class<T> type)
Returns the mandatory outbound message body of the correct type or throws an exception if it is not present |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |