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

Packages that use Policy
org.apache.camel.impl Default implementation classes for Camel Core 
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
 

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.
 

Uses of Policy in org.apache.camel.model
 

Methods in org.apache.camel.model that return Policy
protected  Policy PolicyRef.resolvePolicy(RouteContext routeContext)
           
 

Methods in org.apache.camel.model with parameters of type Policy
 PolicyRef ProcessorType.policy(Policy policy)
           
 

Constructors in org.apache.camel.model with parameters of type Policy
PolicyRef(Policy policy)
           
 



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