public class ComponentConfiguration extends Object
A ComponentConfiguration allows to define a mule component configuration programmatically by defining the component
namespace, identifier and the set of simple attributes or complex nested attributes required by the component.
| Modifier and Type | Class and Description |
|---|---|
static class |
ComponentConfiguration.Builder
Builder for creating
ComponentConfiguration instances. |
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier() |
String |
getNamespace() |
List<ComponentConfiguration> |
getNestedComponentConfiguration() |
Map<String,String> |
getParameters() |
String |
getTextContent() |
public String getNamespace()
public String getIdentifier()
public Map<String,String> getParameters()
public String getTextContent()
public List<ComponentConfiguration> getNestedComponentConfiguration()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.