Package org.apache.camel.model

The JAXB POJOs for the XML Configuration of the routing rules.

See:
          Description

Interface Summary
Block Interface to add block featuring to the XML element type.
RouteContainer Container to hold Route.
 

Class Summary
AggregatorType Represents an XML <aggregator/> element
BeanRef Represents an XML <bean/> element
CatchType Represents an XML <catch/> element
ChoiceType Represents an XML <choice/> element
ConvertBodyType Represents an XML <convertBodyTo/> 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
HandleFaultType Represents an XML <handleFault/> element
IdempotentConsumerType Represents an XML <idempotentConsumer/> element
IdentifiedType The unique identifier for a bean.
InOnlyType Represents an XML <inOnly/> element
InOutType Represents an XML <inOut/> element
InterceptorRef Base class for interceptor types.
InterceptorType Deprecated. will be removed in Camel 2.0
InterceptType Represents an XML <intercept/> element
LoadBalanceType Represents an XML <loadBalance/> element
LoopType Represents an XML <loop/> element
MarshalType Marshals to a binary payload using the given DataFormatType
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<T extends OptionalIdentifiedType> Allows an element to have an optional ID specified
OtherwiseType Represents an XML <otherwise/> element
OutputType<Type extends ProcessorType> A useful base class for output types
PipelineType Represents an XML <pipeline/> element which can be used to define an explicit pipeline; or to define a specific pipeline within a <multicast> block
PolicyRef Represents an XML <policy/> element
ProceedType Represents an XML <proceed/> element
ProcessorRef Represents an XML <process/> element
ProcessorType<Type extends ProcessorType> Base class for processor types that most XML types extend.
RecipientListType Represents an XML <recipientList/> element
RedeliveryPolicyType Represents an XML <redeliveryPolicy/> element
RemoveHeaderType Represents an XML <removeHeader/> element
RemovePropertyType Represents an XML <removeProperty/> element
ResequencerType Represents an XML <resequencer/> element
RouteBuilderRef Represents an XML <routeBuilderRef/> element
RoutesType Represents a collection of routes
RouteType Represents an XML <route/> element
RoutingSlipType Represents an XML <routingSlip/> element
SendType<Type extends ProcessorType> Base class for sending to an endpoint with an optional ExchangePattern
ServiceActivationType Deprecated. will be removed in Camel 2.0
SetBodyType Represents an XML <setBody/> element.
SetExchangePatternType Represents an XML <setExchangePattern/> element
SetHeaderType Represents an XML <setHeader/> element
SetOutHeaderType Represents an XML <setOutHeader/> element
SetPropertyType Represents an XML <setProperty/> element
SplitterType Represents an XML <splitter/> element
StopType Represents an XML <stop/> element
ThreadType Represents an XML <thread/> element
ThrottlerType Represents an XML <throttler/> element
ThrowFaultType Represents an XML <throwFault/> element
ToType Represents an XML <to/> element
TransformType Represents an XML <transform/> element
TryType Represents an XML <try/> element
UnmarshalType Unmarshals the binary payload using the given DataFormatType
WhenType<Type extends ProcessorType> Represents an XML <when/> element
 

Enum Summary
LoggingLevel Used to configure the logging levels
 

Package org.apache.camel.model Description

The JAXB POJOs for the XML Configuration of the routing rules.



Copyright © 2009 Apache Software Foundation. All Rights Reserved.