public interface MediationServices
Mediation primitives will primarily use the mediation services to access input and output terminals via the getter methods.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$sccsid |
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
InputTerminal |
getInputTerminal(java.lang.String name)
Gets the named input terminal for this primitive.
|
java.util.List |
getInputTerminals()
Returns an unmodifiable list of all input terminals defined for this
mediation primitive.
|
java.lang.String |
getMediationDisplayName()
Gets the display name of this mediation primitive.
|
java.lang.String |
getMediationName()
Gets the name of this mediation primitive.
|
OutputTerminal |
getOutputTerminal(java.lang.String name)
Gets the named output terminal for this primitive.
|
java.util.List |
getOutputTerminals()
Returns an unmodifiable list of all output terminals defined for this
mediation primitive.
|
static final java.lang.String COPYRIGHT
static final java.lang.String $sccsid
java.lang.String getMediationName()
java.lang.String getMediationDisplayName()
InputTerminal getInputTerminal(java.lang.String name) throws TerminalNotFoundException
name
- the name of the input terminalTerminalNotFoundException
- if the named terminal is not defined
for this mediation primitiveOutputTerminal getOutputTerminal(java.lang.String name) throws TerminalNotFoundException
name
- the name of the output terminalTerminalNotFoundException
- if the named terminal is not defined
for this mediation primitivejava.util.List getInputTerminals()
java.util.List getOutputTerminals()