public class ComponentWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_NAME_KEY |
static String |
COMPONENT_NAMESPACE_KEY |
| Constructor and Description |
|---|
ComponentWrapper(org.mule.runtime.api.component.Component component,
org.mule.runtime.api.component.location.ConfigurationComponentLocator configurationComponentLocator) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.component.Component |
getComponent() |
Map<String,String> |
getConfigConnectionParameters() |
Map<String,String> |
getConfigParameters() |
String |
getConfigRef() |
String |
getDocName() |
String |
getName() |
String |
getParameter(String parameter) |
Map<String,String> |
getParameters()
Get Component Parameters (Unmodifiable) Map
|
public static final String COMPONENT_NAMESPACE_KEY
public static final String COMPONENT_NAME_KEY
public ComponentWrapper(org.mule.runtime.api.component.Component component,
org.mule.runtime.api.component.location.ConfigurationComponentLocator configurationComponentLocator)
public org.mule.runtime.api.component.Component getComponent()
public Map<String,String> getParameters()
Mappublic String getName()
public String getConfigRef()
public String getDocName()
Copyright © 2024 AVIO Consulting. All rights reserved.