|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AssertionClause.PredicateValueBuilder | |
---|---|
org.apache.camel.component.mock | The Mock Component which is used for testing of routing and mediation rules. |
Uses of AssertionClause.PredicateValueBuilder in org.apache.camel.component.mock |
---|
Methods in org.apache.camel.component.mock that return AssertionClause.PredicateValueBuilder | ||
---|---|---|
AssertionClause.PredicateValueBuilder |
AssertionClause.body()
Returns a predicate and value builder for the inbound body on an exchange |
|
|
AssertionClause.bodyAs(Class<T> type)
Returns a predicate and value builder for the inbound message body as a specific type |
|
AssertionClause.PredicateValueBuilder |
AssertionClause.outBody()
Returns a predicate and value builder for the outbound body on an exchange |
|
|
AssertionClause.outBody(Class<T> type)
Returns a predicate and value builder for the outbound message body as a specific type |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |