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, toStringpublic OutletWithoutMergepoints(QualifiedName name)
name - the name of this outlet, not null.NullPointerException - if name is null.public final void addMergepointMapping(MergepointMapping mergepointMapping) throws ConfigurationException
OutletImpladdMergepointMapping in interface OutletaddMergepointMapping in class OutletImplmergepointMapping - the mergepointMapping to add, not null.ConfigurationException - if an mergepointMapping
          for the given name already exists.public final MergepointMapping getMergepointMapping(String name)
OutletImplgetMergepointMapping in interface OutletgetMergepointMapping in class OutletImplname - the name of the mergepoint mapping.Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.