public abstract class AbstractSequencedProcessingElement extends AbstractProcessingElement
Processor implementations that
gives the message immediately to the next element after processing| Constructor 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, setProjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcastprotected final ExecutionResult process(XMessageContext messageContext)
process in class AbstractProcessingElementprotected abstract ExecutionResult sequencedProcess(XMessageContext messageContext)
public XProcessingElement getNextElement()
public void setNextElement(XProcessingElement nextElement)
Copyright © 2016–2019 AdroitLogic. All rights reserved.