|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.camel.model.ProcessorType
org.apache.camel.model.OutputType
org.apache.camel.model.MulticastType
public class MulticastType
Field Summary |
---|
Fields inherited from class org.apache.camel.model.OutputType |
---|
outputs |
Fields inherited from class org.apache.camel.model.ProcessorType |
---|
DEFAULT_TRACE_CATEGORY |
Constructor Summary | |
---|---|
MulticastType()
|
Method Summary | |
---|---|
protected Processor |
createCompositeProcessor(List<Processor> list)
Creates a new instance of some kind of composite processor which defaults to using a Pipeline but derived classes could change the
behaviour |
Processor |
createProcessor(RouteContext routeContext)
|
String |
toString()
|
Methods inherited from class org.apache.camel.model.OutputType |
---|
configureChild, getInterceptors, getOutputs, setInterceptors, setOutputs |
Methods inherited from class org.apache.camel.model.ProcessorType |
---|
addOutput, addRoutes, aggregator, aggregator, beanRef, beanRef, choice, convertBodyTo, convertOutBodyTo, createErrorHandlerBuilder, createOutputsProcessor, createOutputsProcessor, delayer, delayer, delayer, errorHandler, exception, filter, filter, filter, getErrorHandlerBuilder, getInheritErrorHandlerFlag, idempotentConsumer, inheritErrorHandler, intercept, intercept, intercept, interceptor, interceptors, isInheritErrorHandler, makeProcessor, multicast, pipeline, pipeline, pipeline, policies, policy, proceed, process, recipientList, resequencer, resequencer, resequencer, setBody, setErrorHandlerBuilder, setHeader, setInheritErrorHandlerFlag, setOutBody, setOutHeader, setProperty, splitter, throttler, to, to, to, to, to, trace, trace, tryBlock, wrapInErrorHandler, wrapProcessor, wrapProcessorInInterceptors |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MulticastType()
Method Detail |
---|
public String toString()
toString
in class Object
public Processor createProcessor(RouteContext routeContext) throws Exception
createProcessor
in class ProcessorType
Exception
protected Processor createCompositeProcessor(List<Processor> list)
ProcessorType
Pipeline
but derived classes could change the
behaviour
createCompositeProcessor
in class ProcessorType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |