Uses of Class
org.apache.camel.pojo.PojoExchange

Packages that use PojoExchange
org.apache.camel.pojo A simple Reflection based Camel Component. 
 

Uses of PojoExchange in org.apache.camel.pojo
 

Methods in org.apache.camel.pojo that return PojoExchange
 PojoExchange PojoEndpoint.createExchange()
           
 

Methods in org.apache.camel.pojo with parameters of type PojoExchange
 void PojoEndpoint.onExchange(PojoExchange exchange)
          This causes us to invoke the endpoint Pojo using reflection.
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.