Uses of Interface
org.apache.camel.spi.Policy

Packages that use Policy
org.apache.camel.builder The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers
org.apache.camel.impl Default implementation classes for Camel Core 
 

Uses of Policy in org.apache.camel.builder
 

Methods in org.apache.camel.builder with parameters of type Policy
 PolicyBuilder PolicyBuilder.add(Policy interceptor)
           
 FromBuilder FromBuilder.policy(Policy policy)
           
 

Uses of Policy in org.apache.camel.impl
 

Classes in org.apache.camel.impl that implement Policy
 class NoPolicy<E>
          Represents an Policy which adds no interceptors.
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.