public class XmlCustomAttributeHandler extends Object
ConfigLine and ComponentModel.| Modifier and Type | Class and Description |
|---|---|
static class |
XmlCustomAttributeHandler.ComponentCustomAttributeRetrieve |
static class |
XmlCustomAttributeHandler.ComponentCustomAttributeStore |
static class |
XmlCustomAttributeHandler.ConfigLineCustomAttributeRetrieve |
static class |
XmlCustomAttributeHandler.ConfigLineCustomAttributeStore |
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_FILE_NAME |
static String |
DECLARED_PREFIX |
static String |
IS_CDATA |
static String |
LINE_NUMBER |
static String |
NAMESPACE_URI |
static String |
XML_NODE |
| Constructor and Description |
|---|
XmlCustomAttributeHandler() |
| Modifier and Type | Method and Description |
|---|---|
static XmlCustomAttributeHandler.ComponentCustomAttributeRetrieve |
from(ComponentModel componentModel) |
static XmlCustomAttributeHandler.ConfigLineCustomAttributeRetrieve |
from(ConfigLine configLine) |
static XmlCustomAttributeHandler.ComponentCustomAttributeStore |
to(ComponentModel.Builder builder) |
static XmlCustomAttributeHandler.ConfigLineCustomAttributeStore |
to(ConfigLine.Builder builder) |
public static final String IS_CDATA
public static final String DECLARED_PREFIX
public static final String NAMESPACE_URI
public static final String XML_NODE
public static final String LINE_NUMBER
public static final String CONFIG_FILE_NAME
public static XmlCustomAttributeHandler.ConfigLineCustomAttributeStore to(ConfigLine.Builder builder)
builder - builder which is going to be used to create the
org.mule.runtime.config.spring.dsl.processor.ConfigLine.public static XmlCustomAttributeHandler.ConfigLineCustomAttributeRetrieve from(ConfigLine configLine)
configLine - line from which the custom attribute must be retrieved.public static XmlCustomAttributeHandler.ComponentCustomAttributeStore to(ComponentModel.Builder builder)
builder - builder which is going to be used to create the
org.mule.runtime.config.spring.dsl.processor.ComponentModel.public static XmlCustomAttributeHandler.ComponentCustomAttributeRetrieve from(ComponentModel componentModel)
componentModel - model from which the custom attribute must be retrieved.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.