public abstract class LocationExecutionContextProvider extends org.mule.runtime.api.util.ComponentLocationProvider implements ExceptionContextProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
PASSWORD_ATTRIBUTE_MASK |
protected static QName |
SOURCE_ELEMENT_ANNOTATION_KEY |
| Constructor and Description |
|---|
LocationExecutionContextProvider() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addMetadataAnnotationsFromXml(Map<QName,Object> beanAnnotations,
String fileName,
int lineNumber,
String xmlContent)
Populates the passed beanAnnotations with the other passed parameters.
|
protected static String |
getSourceXML(org.mule.runtime.api.meta.AnnotatedObject element) |
protected static String |
maskPasswords(String xml) |
getDocName, getSourceFile, getSourceFileLine, resolveProcessorRepresentationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContextInfoprotected static final QName SOURCE_ELEMENT_ANNOTATION_KEY
public static final String PASSWORD_ATTRIBUTE_MASK
public static void addMetadataAnnotationsFromXml(Map<QName,Object> beanAnnotations, String fileName, int lineNumber, String xmlContent)
beanAnnotations - the map with annotations to populatefileName - the name of the file where the element definition was read from.lineNumber - the line number where the definition of the element starts in the file.xmlContent - the xml representation of the element definition.protected static String getSourceXML(org.mule.runtime.api.meta.AnnotatedObject element)
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.