|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvalidPayloadException | |
|---|---|
| org.apache.camel | The core Camel API. |
| org.apache.camel.impl | Default implementation classes for Camel Core |
| org.apache.camel.util | Utility classes used by the core of Camel. |
| Uses of InvalidPayloadException in org.apache.camel |
|---|
| Methods in org.apache.camel that throw InvalidPayloadException | ||
|---|---|---|
Object |
Message.getMandatoryBody()
Returns the body of the message as a POJO |
|
|
Message.getMandatoryBody(Class<T> type)
Returns the mandatory body as the specified type |
|
| Uses of InvalidPayloadException in org.apache.camel.impl |
|---|
| Methods in org.apache.camel.impl that throw InvalidPayloadException | ||
|---|---|---|
Object |
MessageSupport.getMandatoryBody()
|
|
|
MessageSupport.getMandatoryBody(Class<T> type)
|
|
| Uses of InvalidPayloadException in org.apache.camel.util |
|---|
| Methods in org.apache.camel.util that throw InvalidPayloadException | ||
|---|---|---|
static Object |
ExchangeHelper.getMandatoryInBody(Exchange exchange)
Deprecated. use Message.getMandatoryBody() |
|
static
|
ExchangeHelper.getMandatoryInBody(Exchange exchange,
Class<T> type)
Deprecated. use Message.getMandatoryBody(Class) |
|
static Object |
ExchangeHelper.getMandatoryOutBody(Exchange exchange)
Deprecated. use Message.getMandatoryBody() |
|
static
|
ExchangeHelper.getMandatoryOutBody(Exchange exchange,
Class<T> type)
Deprecated. use Message.getMandatoryBody(Class) |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||