Uses of Package
org.apache.camel.model

Packages that use org.apache.camel.model
org.apache.camel The JAXB POJOs for the XML Configuration of the routing rules. 
org.apache.camel.builder The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers
org.apache.camel.component.log The Log Component uses Jakarta Commons Logging to log message exchanges. 
org.apache.camel.impl Default implementation classes for Camel Core 
org.apache.camel.management Camel JMX export services. 
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 
org.apache.camel.processor A collection of Processor implementations which are used to implement the Enterprise Integration Patterns 
org.apache.camel.processor.exceptionpolicy Exception policy startegies for Dead Letter Channel pattern. 
org.apache.camel.processor.interceptor Helper classes for interceptors. 
org.apache.camel.spi Service Provider Interfaces used internally by the Camel runtime which are plugin strategies. 
org.apache.camel.util Utility classes used by the core of Camel and useful for Camel component developers 
org.apache.camel.view Helper class to help with the Visualisation of Routes 
 

Classes in org.apache.camel.model used by org.apache.camel
RouteType
          Represents an XML <route/> element
 

Classes in org.apache.camel.model used by org.apache.camel.builder
ChoiceType
          Represents an XML <choice/> element
ExceptionType
          Represents an XML <onException/> element
ExpressionNode
          A base class for nodes which contain an expression and a number of outputs
InterceptType
          Represents an XML <intercept/> element
LoggingLevel
          Used to configure the logging levels
ProcessorType
          Base class for processor types that most XML types extend.
RoutesType
          Represents a collection of routes
RouteType
          Represents an XML <route/> element
 

Classes in org.apache.camel.model used by org.apache.camel.component.log
LoggingLevel
          Used to configure the logging levels
 

Classes in org.apache.camel.model used by org.apache.camel.impl
FromType
          Represents an XML <from/> element
ProcessorType
          Base class for processor types that most XML types extend.
RouteType
          Represents an XML <route/> element
 

Classes in org.apache.camel.model used by org.apache.camel.management
ProcessorType
          Base class for processor types that most XML types extend.
 

Classes in org.apache.camel.model used by org.apache.camel.model
AggregatorType
          Represents an XML <aggregator/> element
Block
          Interface to add block featuring to the XML element type.
CatchType
          Represents an XML <catch/> element
ChoiceType
          Represents an XML <choice/> element
DelayerType
          Represents an XML <delayer/> element
Description
          Represents a description element which can be used on any element in the EIP route
ExceptionType
          Represents an XML <onException/> element
ExpressionNode
          A base class for nodes which contain an expression and a number of outputs
ExpressionSubElementType
          Represents an expression sub element
FilterType
          Represents an XML <filter/> element
FinallyType
          Represents an XML <finally/> element
FromType
          Represents an XML <from/> element
IdempotentConsumerType
          Represents an XML <idempotentConsumer/> element
IdentifiedType
          The unique identifier for a bean.
InterceptorRef
          Base class for interceptor types.
InterceptorType
          Base class for interceptor types.
InterceptType
          Represents an XML <intercept/> element
LoadBalanceType
          Represents an XML <loadBalance/> element
LoggingLevel
          Used to configure the logging levels
LoopType
          Represents an XML <loop/> element
MulticastType
          Represents an XML <multicast/> element
NodeFactory
          A simple factory used to create new child nodes which allows pluggable extension points such as to add extra DSL helper methods such as for the Groovy or Ruby DSLs
OptionalIdentifiedType
          Allows an element to have an optional ID specified
OtherwiseType
          Represents an XML <otherwise/> element
OutputType
          A useful base class for output types
PolicyRef
          Represents an XML <policy/> element
ProceedType
          Represents an XML <proceed/> element
ProcessorType
          Base class for processor types that most XML types extend.
RedeliveryPolicyType
          Represents an XML <redeliveryPolicy/> element
ResequencerType
          Represents an XML <resequencer/> element
RouteContainer
          Container to hold Route.
RoutesType
          Represents a collection of routes
RouteType
          Represents an XML <route/> element
SendType
          Base class for sending to an endpoint with an optional ExchangePattern
SetExchangePatternType
          Represents an XML <setExchangePattern/> element
SplitterType
          Represents an XML <splitter/> element
ThreadType
          Represents an XML <thread/> element
ThrottlerType
          Represents an XML <throttler/> element
TryType
          Represents an XML <try/> element
WhenType
          Represents an XML <when/> element
 

Classes in org.apache.camel.model used by org.apache.camel.model.dataformat
IdentifiedType
          The unique identifier for a bean.
 

Classes in org.apache.camel.model used by org.apache.camel.model.loadbalancer
IdentifiedType
          The unique identifier for a bean.
 

Classes in org.apache.camel.model used by org.apache.camel.processor
ExceptionType
          Represents an XML <onException/> element
LoggingLevel
          Used to configure the logging levels
 

Classes in org.apache.camel.model used by org.apache.camel.processor.exceptionpolicy
ExceptionType
          Represents an XML <onException/> element
WhenType
          Represents an XML <when/> element
 

Classes in org.apache.camel.model used by org.apache.camel.processor.interceptor
InterceptorType
          Base class for interceptor types.
LoggingLevel
          Used to configure the logging levels
ProcessorType
          Base class for processor types that most XML types extend.
 

Classes in org.apache.camel.model used by org.apache.camel.spi
FromType
          Represents an XML <from/> element
ProcessorType
          Base class for processor types that most XML types extend.
RouteType
          Represents an XML <route/> element
 

Classes in org.apache.camel.model used by org.apache.camel.util
ProcessorType
          Base class for processor types that most XML types extend.
RouteType
          Represents an XML <route/> element
 

Classes in org.apache.camel.model used by org.apache.camel.view
FromType
          Represents an XML <from/> element
ProcessorType
          Base class for processor types that most XML types extend.
RouteType
          Represents an XML <route/> element
 



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