Uses of Class
org.apache.camel.component.mock.AssertionClause.PredicateValueBuilder

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
<T> AssertionClause.PredicateValueBuilder
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
<T> AssertionClause.PredicateValueBuilder
AssertionClause.outBody(Class<T> type)
          Returns a predicate and value builder for the outbound message body as a specific type
 



Copyright © 2008 IONA Open Source Community. All Rights Reserved.