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 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

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 © 2007 Apache Software Foundation. All Rights Reserved.