public class EnrichMediatorFactory extends AbstractMediatorFactory
EnrichMediator instances.| Modifier and Type | Field and Description |
|---|---|
static String |
BODY |
static String |
CUSTOM |
static String |
ENVELOPE |
static String |
INLINE |
static String |
KEY |
static String |
PROPERTY |
static QName |
SOURCE_Q |
static QName |
TARGET_Q |
ATT_DEFAULT_VALUE, ATT_DESCRIPTION, ATT_EVAL, ATT_EXPRN, ATT_IS_MANDATORY, ATT_NAME, ATT_ONERROR, ATT_REGEX, ATT_SEQUENCE, ATT_SOURCE, ATT_STATS, ATT_TARGET, ATT_VALUE, DESCRIPTION_Q, FEATURE_Q, PROP_Q, PROPERTY_GROUP_Q| Constructor and Description |
|---|
EnrichMediatorFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected Mediator |
createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties)
Specific mediator factory implementations should implement this method to build the
Mediator by the given XML configuration |
QName |
getTagQName()
The QName of this mediator element in the XML config
|
addAllCommentChildrenToList, collectNameValuePairs, createMediator, handleException, handleException, processAuditStatus, processTraceStatepublic static final QName SOURCE_Q
public static final QName TARGET_Q
public static final String CUSTOM
public static final String PROPERTY
public static final String ENVELOPE
public static final String BODY
public static final String INLINE
public static final String KEY
protected Mediator createSpecificMediator(org.apache.axiom.om.OMElement elem, Properties properties)
AbstractMediatorFactoryMediator by the given XML configurationcreateSpecificMediator in class AbstractMediatorFactoryelem - configuration element describing the properties of the mediatorproperties - bag of properties to pass in any information to the factorypublic QName getTagQName()
MediatorFactoryCopyright © 2005–2024 Apache Software Foundation. All rights reserved.