public class RollbackDefinition extends NoOutputDefinition<RollbackDefinition>
inheritErrorHandler, log| Constructor and Description |
|---|
RollbackDefinition() |
RollbackDefinition(String message) |
| Modifier and Type | Method and Description |
|---|---|
Processor |
createProcessor(RouteContext routeContext)
Override this in definition class and implement logic to create the processor
based on the definition model.
|
String |
getLabel()
Returns a label to describe this node such as the expression if some kind of expression node
|
Boolean |
getMarkRollbackOnly() |
Boolean |
getMarkRollbackOnlyLast() |
String |
getMessage() |
String |
getShortName()
Returns a short name for this node which can be useful for ID generation or referring to related resources like images
|
boolean |
isMarkRollbackOnly() |
boolean |
isMarkRollbackOnlyLast() |
void |
setMarkRollbackOnly(Boolean markRollbackOnly) |
void |
setMarkRollbackOnlyLast(Boolean markRollbackOnlyLast) |
void |
setMessage(String message) |
String |
toString() |
getOutputs, isOutputSupportedaddInterceptStrategies, addInterceptStrategy, addOutput, addRoutes, aggregate, aggregate, aggregate, aggregate, aop, attribute, bean, bean, bean, bean, beanRef, beanRef, choice, clearOutput, configureChild, convertBodyTo, convertBodyTo, createChannel, createChildProcessor, createCompositeProcessor, createOutputsProcessor, createOutputsProcessor, delay, delay, delay, doTry, dynamicRouter, dynamicRouter, end, endChoice, endDoTry, endParent, enrich, enrich, enrichRef, filter, filter, filter, filter, getInterceptStrategies, getNodeFactory, getOtherAttributes, getParent, id, idempotentConsumer, idempotentConsumer, idempotentConsumer, inheritErrorHandler, inOnly, inOnly, inOnly, inOnly, inOnly, inOnly, inOut, inOut, inOut, inOut, inOut, inOut, isAbstract, isInheritErrorHandler, loadBalance, loadBalance, log, log, log, log, loop, loop, loop, makeProcessor, markRollbackOnly, markRollbackOnlyLast, marshal, marshal, marshal, marshal, multicast, multicast, multicast, onCompletion, onException, onException, pipeline, pipeline, pipeline, pipeline, placeholder, policy, policy, pollEnrich, pollEnrich, pollEnrich, pollEnrich, pollEnrichRef, preCreateProcessor, process, processRef, recipientList, recipientList, recipientList, recipientList, removeFaultHeader, removeHeader, removeHeaders, removeHeaders, removeProperty, resequence, resequence, resolveKnownConstantFields, resolvePropertyPlaceholders, rollback, rollback, routeId, routingSlip, routingSlip, routingSlip, routingSlip, routingSlip, routingSlip, routingSlip, sample, sample, sample, setBody, setBody, setExchangePattern, setFaultBody, setFaultHeader, setHeader, setHeader, setInheritErrorHandler, setNodeFactory, setOtherAttributes, setOutHeader, setOutHeader, setParent, setProperty, setProperty, sort, sort, sort, split, split, split, stop, threads, threads, threads, threads, throttle, throttle, throwException, to, to, to, to, to, to, to, to, to, to, toF, transacted, transacted, transform, transform, unmarshal, unmarshal, unmarshal, unmarshal, validate, validate, validate, wireTap, wireTap, wireTap, wireTap, wireTap, wireTap, wireTap, wrapChannel, wrapInErrorHandler, wrapProcessordescription, getDescription, getDescriptionText, getId, hasCustomIdAssigned, idOrCreate, setDescription, setIdpublic RollbackDefinition()
public RollbackDefinition(String message)
public String getShortName()
OptionalIdentifiedDefinitiongetShortName in interface NamedNodegetShortName in class OptionalIdentifiedDefinition<RollbackDefinition>public String getLabel()
ProcessorDefinitiongetLabel in class ProcessorDefinition<RollbackDefinition>public Processor createProcessor(RouteContext routeContext)
ProcessorDefinitioncreateProcessor in class ProcessorDefinition<RollbackDefinition>public String getMessage()
public void setMessage(String message)
public Boolean getMarkRollbackOnly()
public void setMarkRollbackOnly(Boolean markRollbackOnly)
public boolean isMarkRollbackOnly()
public Boolean getMarkRollbackOnlyLast()
public void setMarkRollbackOnlyLast(Boolean markRollbackOnlyLast)
public boolean isMarkRollbackOnlyLast()
Apache CAMEL