public abstract class AbstractSequencedProcessingElement extends AbstractProcessingElement
Processor
implementations that
gives the message immediately to the next element after processingConstructor and Description |
---|
AbstractSequencedProcessingElement() |
Modifier and Type | Method and Description |
---|---|
XProcessingElement |
getNextElement() |
protected ExecutionResult |
process(XMessageContext messageContext) |
protected abstract ExecutionResult |
sequencedProcess(XMessageContext messageContext) |
void |
setNextElement(XProcessingElement nextElement) |
destroy, destroyElement, getAdditionalProperties, getBeanName, getEntityId, getErrorHandler, getFlowId, getMetricsEngine, getProject, getProjectId, getProjectVersion, getResource, getServerConfig, getStatus, init, initElement, processMessage, setBeanName, setErrorHandler, setFlowId, setProject
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cast
protected final ExecutionResult process(XMessageContext messageContext)
process
in class AbstractProcessingElement
protected abstract ExecutionResult sequencedProcess(XMessageContext messageContext)
public XProcessingElement getNextElement()
public void setNextElement(XProcessingElement nextElement)
Copyright © 2016–2019 AdroitLogic. All rights reserved.