Uses of Class
org.apache.camel.model.IdentifiedType

Packages that use IdentifiedType
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
org.apache.camel.model.dataformat The JAXB POJOs for the Data Formats used to marshal and unmarshal objects to and from streams inside components 
org.apache.camel.model.loadbalancer The LoadBalancer and the LoadBalancerStrategy JAXB Objects 
 

Uses of IdentifiedType in org.apache.camel.model
 

Subclasses of IdentifiedType in org.apache.camel.model
 class RouteBuilderRef
           
 

Uses of IdentifiedType in org.apache.camel.model.dataformat
 

Subclasses of IdentifiedType in org.apache.camel.model.dataformat
 class ArtixDSDataFormat
          Represents the Artix Data Services DataFormat
 class CsvDataFormat
          Represents a CSV (Comma Separated Values) DataFormat
 class DataFormatType
           
 class JaxbDataFormat
          Represents the JAXB2 XML DataFormat
 class SerializationDataFormat
          Represents the Java Serialization DataFormat
 class StringDataFormat
          Represents the String (text based) DataFormat
 class XMLBeansDataFormat
          Represents the XMLBeans XML DataFormat
 class XStreamDataFormat
          Represents the XStream XML DataFormat
 

Uses of IdentifiedType in org.apache.camel.model.loadbalancer
 

Subclasses of IdentifiedType in org.apache.camel.model.loadbalancer
 class LoadBalancerType
           
 class RandomLoadBalanceStrategy
           
 class RoundRobinLoadBalanceStrategy
           
 class StickyLoadBalanceStrategy
           
 class TopicLoadBalanceStrategy
           
 



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