Interface | Description |
---|---|
InputTerminal |
The input terminal of a mediation primitive.
|
Mediation |
Defines the contract between mediation primitives and the mediation flow
engine.
|
MediationServices |
Provides services to a mediation primitive.
|
OutputTerminal |
The output terminal of a mediation primitive.
|
Terminal |
Defines a set of common methods for all terminal types.
|
TerminalType |
This is a marker interface which allows typing of terminals.
|
Class | Description |
---|---|
AbstractMediation |
Convenient abstract class for mediation primitive implementors.
|
Exception | Description |
---|---|
MediationBusinessException |
Thrown if a mediation primitive encounters a business logic error.
|
MediationConfigurationException |
Thrown if a mediation primitive encounters a configuration error.
|
MediationException |
Base exception for all mediation primitive exceptions.
|
TerminalNotFoundException |
Thrown if a mediation primitive attempts to obtain an undefined input or
output terminal.
|