public abstract class TypedValueElement extends Object implements MuleElement
| Modifier and Type | Field and Description |
|---|---|
protected String |
encoding |
protected String |
mimeType |
protected static org.jdom2.Namespace |
muleCoreNamespace |
protected String |
value |
| Constructor and Description |
|---|
TypedValueElement(String value,
String mimeType,
String encoding) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
enrichTypedValueElement(org.jdom2.Element typedValueElement)
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 muleCoreNamespace
protected final String value
protected final String mimeType
protected final String encoding
public void transformToXml(org.jdom2.Element element)
transformToXml in interface MuleElementpublic boolean exists(org.jdom2.Document document)
exists in interface MuleElementprotected void enrichTypedValueElement(org.jdom2.Element typedValueElement)
typedValueElement - the XML Element being built.protected abstract String getElementName()
Copyright © 2021. All rights reserved.