public class APIDebugUtil extends Object
| Constructor and Description |
|---|
APIDebugUtil() |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
logMediatorPosition(SynapseMediationFlowPoint flowPoint) |
static void |
registerAPISequenceMediationFlowBreakPoint(SynapseConfiguration synCfg,
String mapping,
String method,
String sequenceType,
String apiKey,
int[] position,
boolean registerMode)
Registers/Un-registers a breakpoint, point where mediation flow get suspended
|
static void |
registerAPISequenceMediationFlowSkip(SynapseConfiguration synCfg,
String mapping,
String method,
String seqType,
String apiKey,
int[] position,
boolean registerMode)
Registers/Un-registers a skip, point where mediator disables from the mediation flow
|
public static void registerAPISequenceMediationFlowBreakPoint(SynapseConfiguration synCfg, String mapping, String method, String sequenceType, String apiKey, int[] position, boolean registerMode)
synCfg - Synapse configurationmapping - either resource url-mapping or uri-templatemethod - resource http methodsequenceType - Synapse sequence typeapiKey - name of the APIposition - array of integers that uniquely specifies a point in mediation routeregisterMode - specify whether register or un registerpublic static void registerAPISequenceMediationFlowSkip(SynapseConfiguration synCfg, String mapping, String method, String seqType, String apiKey, int[] position, boolean registerMode)
synCfg - Synapse configurationmapping - either resource url-mapping or uri-templatemethod - resource http methodseqType - Synapse sequence typeapiKey - name of the APIposition - array of integers that uniquely specifies a point in mediation routeregisterMode - specify whether register or un registerprotected static String logMediatorPosition(SynapseMediationFlowPoint flowPoint)
Copyright © 2005–2024 Apache Software Foundation. All rights reserved.