Package | Description |
---|---|
org.adroitlogic.x.base.processor |
This package contains a set of base processing element implementations and a abstract base class for the processing
element implementations
|
org.adroitlogic.x.base.processor.flowValidators |
Base classes for the flow validations of the
XProcessingElement which are
annotated with Processor annotation |
org.adroitlogic.x.components.variable |
This package contains the variables related processing elements.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractContentExtractProcessor<T>
Abstract implementation for extracting values from message payload as scope variables
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSequencedProcessingValidator<T extends AbstractSequencedProcessingElement>
This abstract class should be extended by any flow validator that will be validating a sub class of
AbstractSequencedProcessingElement . |
Modifier and Type | Class and Description |
---|---|
class |
AddVariable
This processing element adds a given variable, either as a flow variables or as a sub-flow variables depending on the
current context of the message
|
class |
RemoveVariable
This processing element removes the variable with the given name, either from flow variables or from sub-flow
variables depending on the current context of the message
|
Copyright © 2016–2019 AdroitLogic. All rights reserved.