public abstract class Flow extends Object implements MuleElement, Named
| Modifier and Type | Field and Description |
|---|---|
protected List<MuleElement> |
muleElements |
protected String |
name |
| Modifier and Type | Method and Description |
|---|---|
void |
addMuleElement(MuleElement processor) |
List<MuleElement> |
getMuleElements() |
String |
getName() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexists, transformToXmlprotected final String name
protected final List<MuleElement> muleElements
public Flow(String name)
public void addMuleElement(MuleElement processor)
public List<MuleElement> getMuleElements()
Copyright © 2024. All rights reserved.