| Package | Description |
|---|---|
| org.apache.synapse.debug | |
| org.apache.synapse.debug.constructs | |
| org.apache.synapse.debug.utils | |
| org.apache.synapse.mediators | |
| org.apache.synapse.util |
| Modifier and Type | Method and Description |
|---|---|
void |
SynapseDebugManager.advertiseMediationFlowBreakPoint(MessageContext synCtx,
SynapseMediationFlowPoint breakPoint)
advertise a mediation breakpoint to the communication channel
|
void |
SynapseDebugManager.advertiseMediationFlowSkip(MessageContext synCtx,
SynapseMediationFlowPoint skipPoint)
advertise a mediation skip to the communication channel
|
org.codehaus.jettison.json.JSONObject |
SynapseDebugManager.createDebugMediationFlowPointHitEvent(boolean isBreakpoint,
SynapseMediationFlowPoint point) |
org.codehaus.jettison.json.JSONObject |
SynapseDebugManager.createDebugMediationFlowPointJSONForWireLogs(SynapseMediationFlowPoint point)
This method is to generate json string which can be used to identify mediator position for wire logs
|
protected String |
SynapseDebugManager.logMediatorPosition(SynapseMediationFlowPoint flowPoint) |
| Modifier and Type | Class and Description |
|---|---|
class |
APIMediationFlowPoint
Defines a unique point in the mediation route that mediate through a API Sequence
|
class |
ConnectorMediationFlowPoint
Defines a unique point in the mediation route that mediate through a Connector method template
|
class |
SequenceMediationFlowPoint
Defines a unique point in the mediation route that mediate through a Sequence
|
| Modifier and Type | Method and Description |
|---|---|
protected static String |
ConnectorDebugUtil.logMediatorPosition(SynapseMediationFlowPoint flowPoint) |
protected static String |
APIDebugUtil.logMediatorPosition(SynapseMediationFlowPoint flowPoint) |
protected static String |
TemplateDebugUtil.logMediatorPosition(SynapseMediationFlowPoint flowPoint) |
protected static String |
InboundEndpointDebugUtil.logMediatorPosition(SynapseMediationFlowPoint flowPoint) |
protected static String |
SequenceDebugUtil.logMediatorPosition(SynapseMediationFlowPoint flowPoint) |
protected static String |
ProxyDebugUtil.logMediatorPosition(SynapseMediationFlowPoint flowPoint) |
| Modifier and Type | Method and Description |
|---|---|
SynapseMediationFlowPoint |
AbstractMediator.getRegisteredMediationFlowPoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMediator.registerMediationFlowPoint(SynapseMediationFlowPoint flowPoint) |
| Modifier and Type | Method and Description |
|---|---|
static void |
MessageHelper.setWireLogHolderProperties(MessageContext synCtx,
boolean isBreakPoint,
SynapseMediationFlowPoint mediationFlowPoint)
This method is to set mediatorId property to axis2 message context.
|
Copyright © 2005–2024 Apache Software Foundation. All rights reserved.