public class OutletReference extends Object
| Constructor and Description | 
|---|
| OutletReference(QualifiedName name)Constructor. | 
| OutletReference(String name)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| QualifiedName | getName()Returns the qualified name of the outlet. | 
| Namespace | getNamespace()Returns the namespace under which the outlet executes. | 
| String | toString() | 
public OutletReference(String name)
name - the name of the referenced outlet, not null.public OutletReference(QualifiedName name)
name - the name of the referenced outlet, not null.public QualifiedName getName()
public Namespace getNamespace()
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.