public class EnrichedErrorMappingsFactoryBean extends org.mule.runtime.dsl.api.component.AbstractComponentFactory<EnrichedErrorMapping>
| Modifier and Type | Field and Description |
|---|---|
static String |
CORE_ERROR_NS |
| Constructor and Description |
|---|
EnrichedErrorMappingsFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
EnrichedErrorMapping |
doGetObject() |
String |
getSource() |
String |
getTarget() |
static org.mule.runtime.api.component.ComponentIdentifier |
parserErrorType(String representation) |
void |
setSource(String source) |
void |
setTarget(String target) |
getAnnotation, getAnnotations, getDslSource, getIdentifier, getLocation, getRepresentation, getRootContainerLocation, initRootContainerName, setAnnotationspublic static final String CORE_ERROR_NS
public EnrichedErrorMapping doGetObject() throws Exception
doGetObject in class org.mule.runtime.dsl.api.component.AbstractComponentFactory<EnrichedErrorMapping>Exceptionpublic static org.mule.runtime.api.component.ComponentIdentifier parserErrorType(String representation)
public String getSource()
public void setSource(String source)
public String getTarget()
public void setTarget(String target)
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.