public class TemplateDebugUtil extends Object
Constructor and Description |
---|
TemplateDebugUtil() |
Modifier and Type | Method and Description |
---|---|
protected static String |
logMediatorPosition(SynapseMediationFlowPoint flowPoint) |
static void |
registerTemplateMediationFlowBreakPoint(SynapseConfiguration synCfg,
String templateKey,
int[] position,
boolean registerMode)
Registers/Un-registers a breakpoint, point where mediation flow gets suspended
|
static void |
registerTemplateMediationFlowSkip(SynapseConfiguration synCfg,
String templateKey,
int[] position,
boolean registerMode)
Registers/Un-registers a skip, point where mediator disables from mediation flow
|
public static void registerTemplateMediationFlowBreakPoint(SynapseConfiguration synCfg, String templateKey, int[] position, boolean registerMode)
synCfg
- Synapse configurationtemplateKey
- name of the Templateposition
- array of integers that uniquely specifies a point in mediation routeregisterMode
- specify whether register or un registerpublic static void registerTemplateMediationFlowSkip(SynapseConfiguration synCfg, String templateKey, int[] position, boolean registerMode)
synCfg
- Synapse configurationtemplateKey
- name of the Templateposition
- array of integers that uniquely specifies a point in mediation routeregisterMode
- specify whether register or un registerprotected static String logMediatorPosition(SynapseMediationFlowPoint flowPoint)
Copyright © 2005–2020 Apache Software Foundation. All rights reserved.