public abstract class DwlElement extends Object implements MuleElement
| Modifier and Type | Field and Description |
|---|---|
protected static org.jdom2.Namespace |
eeNamespace |
protected String |
payload |
protected File |
resource |
| Modifier | Constructor and Description |
|---|---|
protected |
DwlElement(File resource) |
protected |
DwlElement(String payload) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
enrichDwlElement(org.jdom2.Element dwlElement)
Extension point for implementations.
|
boolean |
exists(org.jdom2.Document document) |
protected abstract String |
getElementName()
Get XML Element tag name.
|
void |
transformToXml(org.jdom2.Element element) |
protected static final org.jdom2.Namespace eeNamespace
protected final String payload
protected final File resource
protected DwlElement(String payload)
protected DwlElement(File resource)
public void transformToXml(org.jdom2.Element element)
transformToXml in interface MuleElementpublic boolean exists(org.jdom2.Document document)
exists in interface MuleElementprotected void enrichDwlElement(org.jdom2.Element dwlElement)
dwlElement - the XML Element being built.protected abstract String getElementName()
Copyright © 2024. All rights reserved.