public class ProxyDebugUtil extends Object
Constructor and Description |
---|
ProxyDebugUtil() |
Modifier and Type | Method and Description |
---|---|
protected static String |
logMediatorPosition(SynapseMediationFlowPoint flowPoint) |
static void |
registerProxySequenceMediationFlowBreakPoint(SynapseConfiguration synCfg,
String sequenceType,
String proxyKey,
int[] position,
boolean registerMode)
Registers/Un-registers a breakpoint, point where mediation flow get suspended
|
static void |
registerProxySequenceMediationFlowSkip(SynapseConfiguration synCfg,
String seqType,
String proxyKey,
int[] position,
boolean registerMode)
Registers/Un-registers a skip, point where mediator disables from medation flow
|
public static void registerProxySequenceMediationFlowBreakPoint(SynapseConfiguration synCfg, String sequenceType, String proxyKey, int[] position, boolean registerMode)
synCfg
- Synapse configurationsequenceType
- Synapse sequence typeproxyKey
- name of the Proxy Serviceposition
- array of integers that uniquely specifies a point in mediation routeregisterMode
- specify whether register or un registerpublic static void registerProxySequenceMediationFlowSkip(SynapseConfiguration synCfg, String seqType, String proxyKey, int[] position, boolean registerMode)
synCfg
- Synapse configurationseqType
- Synapse sequence typeproxyKey
- name of the Proxy Serviceposition
- 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.