public abstract class OnErrorFlow extends Flow
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
enableNotifications |
protected boolean |
logException |
protected String |
type |
muleElements, name| Constructor and Description |
|---|
OnErrorFlow(String name,
boolean enableNotifications,
boolean logException,
String type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists(org.jdom2.Document document) |
protected abstract String |
getElementName()
Get XML Element tag name.
|
void |
transformToXml(org.jdom2.Element element) |
addMuleElement, getMuleElements, getNameprotected final boolean enableNotifications
protected final boolean logException
protected final String type
public void transformToXml(org.jdom2.Element element)
public boolean exists(org.jdom2.Document document)
protected abstract String getElementName()
Copyright © 2024. All rights reserved.