Uses of Class
org.apache.camel.ExchangeProperty

Packages that use ExchangeProperty
org.apache.camel The core Camel API 
 

Uses of ExchangeProperty in org.apache.camel
 

Methods in org.apache.camel that return ExchangeProperty
static ExchangeProperty<?> ExchangeProperty.get(String literal)
           
static ExchangeProperty<?> ExchangeProperty.getByName(String name)
           
static ExchangeProperty<?>[] ExchangeProperty.values()
           
 

Methods in org.apache.camel with parameters of type ExchangeProperty
static void ExchangeProperty.deregister(ExchangeProperty<?> property)
           
static void ExchangeProperty.register(ExchangeProperty<?> property)
           
 



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