public abstract class OutletWithoutMergepoints extends OutletImpl
Constructor and Description |
---|
OutletWithoutMergepoints(QualifiedName name)
Constructs a OutletWithoutMergepoints with the given name.
|
Modifier and Type | Method and Description |
---|---|
void |
addMergepointMapping(MergepointMapping mergepointMapping)
Adds an mergepoint mapping to the outlet.
|
MergepointMapping |
getMergepointMapping(String name)
Returns the mergepoint mapping for the given mergepoint name.
|
afterExecute, beforeExecute, execute, getInputClass, getInputElementName, getMergepointMappings, getName, getVariable, mergepoint, setInputClass, setInputElementName, setMergepointMapping, setVariable, setVariable, toString
public OutletWithoutMergepoints(QualifiedName name)
name
- the name of this outlet, not null.NullPointerException
- if name is null.public final void addMergepointMapping(MergepointMapping mergepointMapping) throws ConfigurationException
OutletImpl
addMergepointMapping
in interface Outlet
addMergepointMapping
in class OutletImpl
mergepointMapping
- the mergepointMapping to add, not null.ConfigurationException
- if an mergepointMapping
for the given name already exists.public final MergepointMapping getMergepointMapping(String name)
OutletImpl
getMergepointMapping
in interface Outlet
getMergepointMapping
in class OutletImpl
name
- the name of the mergepoint mapping.Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.