Uses of Class
org.apache.camel.spring.model.ProcessorType

Packages that use ProcessorType
org.apache.camel.spring.model The JAXB POJOs for the XML Configuration of the routing rules. 
 

Uses of ProcessorType in org.apache.camel.spring.model
 

Subclasses of ProcessorType in org.apache.camel.spring.model
 class ChoiceType
           
 class FilterType
           
 class OtherwiseType
           
 class OutputType
          A useful base class for output types
 class ProcessorRef
           
 class RecipientListType
           
 class RouteType
          Represents an XML <route/> element
 class SplitterType
           
 class ToType
          Represents an XML <to/> element
 class WhenType
           
 

Fields in org.apache.camel.spring.model with type parameters of type ProcessorType
protected  List<ProcessorType> OutputType.outputs
           
 

Methods in org.apache.camel.spring.model that return types with arguments of type ProcessorType
 List<ProcessorType> OutputType.getOutputs()
           
 

Method parameters in org.apache.camel.spring.model with type arguments of type ProcessorType
 void OutputType.setOutputs(List<ProcessorType> outputs)
           
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.