org.apache.camel.model
Class OutputDefinition<Type extends ProcessorDefinition>

java.lang.Object
  extended by org.apache.camel.model.OptionalIdentifiedType<Type>
      extended by org.apache.camel.model.ProcessorDefinition<Type>
          extended by org.apache.camel.model.OutputDefinition<Type>
All Implemented Interfaces:
Block
Direct Known Subclasses:
AOPDefinition, BeanDefinition, EnrichDefinition, FinallyDefinition, InterceptDefinition, InterceptSendToEndpointDefinition, MarshalDefinition, MulticastDefinition, OtherwiseDefinition, PipelineDefinition, PolicyDefinition, PollEnrichDefinition, ProcessDefinition, RemoveHeaderDefinition, RemovePropertyDefinition, SetExchangePatternDefinition, SortDefinition, StopDefinition, ThreadsDefinition, TransactedDefinition, TryDefinition, UnmarshalDefinition

public class OutputDefinition<Type extends ProcessorDefinition>
extends ProcessorDefinition<Type>

A useful base class for output types

Version:
$Revision: 757415 $

Field Summary
protected  List<ProcessorDefinition> outputs
           
 
Fields inherited from class org.apache.camel.model.OptionalIdentifiedType
nodeCounters
 
Constructor Summary
OutputDefinition()
           
 
Method Summary
 List<ProcessorDefinition> getOutputs()
           
 void setOutputs(List<ProcessorDefinition> outputs)
           
 
Methods inherited from class org.apache.camel.model.ProcessorDefinition
addInterceptStrategy, addOutput, addRoutes, aggregate, aggregate, aggregate, aggregate, aggregate, aop, bean, bean, bean, bean, beanRef, beanRef, choice, clearOutput, configureChild, convertBodyTo, convertBodyTo, createChannel, createCompositeProcessor, createErrorHandlerBuilder, createOutputsProcessor, createOutputsProcessor, createProcessor, delay, delay, delay, doTry, end, enrich, enrich, errorHandler, filter, filter, filter, filter, getErrorHandlerBuilder, getErrorHandlerRef, getInterceptStrategies, getLabel, getNodeFactory, getParent, id, idempotentConsumer, idempotentConsumer, idempotentConsumer, inOnly, inOnly, inOnly, inOnly, inOnly, inOnly, inOut, inOut, inOut, inOut, inOut, inOut, loadBalance, loadBalance, loop, loop, loop, makeProcessor, marshal, marshal, marshal, marshal, multicast, multicast, multicast, onCompletion, onException, pipeline, pipeline, pipeline, policy, policy, pollEnrich, pollEnrich, pollEnrich, pollEnrich, process, processRef, recipientList, recipientList, removeFaultHeader, removeHeader, removeProperty, resequence, resequence, resequence, resequencer, rollback, rollback, routingSlip, routingSlip, setBody, setBody, setErrorHandlerBuilder, setErrorHandlerBuilderIfNull, setErrorHandlerRef, setExchangePattern, setFaultBody, setFaultHeader, setHeader, setHeader, setNodeFactory, setOutHeader, setOutHeader, setParent, setProperty, setProperty, sort, sort, sortBody, sortBody, split, split, split, stop, threads, threads, throttle, throwException, to, to, to, to, to, to, to, to, to, to, toF, transacted, transacted, transform, transform, unmarshal, unmarshal, unmarshal, unmarshal, wireTap, wireTap, wireTap, wrapChannel, wrapProcessor
 
Methods inherited from class org.apache.camel.model.OptionalIdentifiedType
createId, description, getDescription, getId, getNodeCounter, getShortName, hasCustomIdAssigned, idOrCreate, setDescription, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

outputs

protected List<ProcessorDefinition> outputs
Constructor Detail

OutputDefinition

public OutputDefinition()
Method Detail

getOutputs

public List<ProcessorDefinition> getOutputs()
Specified by:
getOutputs in class ProcessorDefinition<Type extends ProcessorDefinition>

setOutputs

public void setOutputs(List<ProcessorDefinition> outputs)


Apache CAMEL