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 DataFormatDefinition
          Represents the base XML type for DataFormat.
 class LoadBalancerDefinition
          Represents an XML <loadBalancer/> element
 class RouteBuilderDefinition
          Represents an XML <routeBuilderRef/> element
 

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 FlatpackDataFormat
          Represents a Flatpack DataFormat.
 class GzipDataFormat
          Represents the GZip DataFormat
 class HL7DataFormat
          Represents a HL7 DataFormat.
 class JaxbDataFormat
          Represents the JAXB2 XML DataFormat
 class JsonDataFormat
           
 class RssDataFormat
          Represents a RSS DataFormat.
 class SerializationDataFormat
          Represents the Java Serialization DataFormat
 class StringDataFormat
          Represents the String (text based) DataFormat
 class TidyMarkupDataFormat
          Represents a wellformed HTML document (XML well Formed) DataFormat
 class XMLBeansDataFormat
          Represents the XMLBeans XML DataFormat
 class XMLSecurityDataFormat
          Represents as XML Security Encrypter/Decrypter DataFormat
 class XStreamDataFormat
          Represents the XStream XML DataFormat
 class ZipDataFormat
          Represents the ZIP XML DataFormat
 

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

Subclasses of IdentifiedType in org.apache.camel.model.loadbalancer
 class FailoverLoadBalancerDefinition
           
 class RandomLoadBalancerDefinition
          Represents an XML <random/> element
 class RoundRobinLoadBalancerDefinition
          Represents an XML <roundRobin/> element
 class StickyLoadBalancerDefinition
          Represents an XML <sticky/> element
 class TopicLoadBalancerDefinition
          Represents an XML <topic/> element
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.