Uses of Class
org.apache.synapse.debug.constructs.SynapseMediationFlowPoint
-
Packages that use SynapseMediationFlowPoint Package Description org.apache.synapse.debug org.apache.synapse.debug.constructs org.apache.synapse.debug.utils org.apache.synapse.mediators org.apache.synapse.util -
-
Uses of SynapseMediationFlowPoint in org.apache.synapse.debug
Methods in org.apache.synapse.debug with parameters of type SynapseMediationFlowPoint Modifier and Type Method Description voidSynapseDebugManager. advertiseMediationFlowBreakPoint(MessageContext synCtx, SynapseMediationFlowPoint breakPoint)advertise a mediation breakpoint to the communication channelvoidSynapseDebugManager. advertiseMediationFlowSkip(MessageContext synCtx, SynapseMediationFlowPoint skipPoint)advertise a mediation skip to the communication channelorg.codehaus.jettison.json.JSONObjectSynapseDebugManager. createDebugMediationFlowPointHitEvent(boolean isBreakpoint, SynapseMediationFlowPoint point)org.codehaus.jettison.json.JSONObjectSynapseDebugManager. createDebugMediationFlowPointJSONForWireLogs(SynapseMediationFlowPoint point)This method is to generate json string which can be used to identify mediator position for wire logsprotected StringSynapseDebugManager. logMediatorPosition(SynapseMediationFlowPoint flowPoint) -
Uses of SynapseMediationFlowPoint in org.apache.synapse.debug.constructs
Subclasses of SynapseMediationFlowPoint in org.apache.synapse.debug.constructs Modifier and Type Class Description classAPIMediationFlowPointDefines a unique point in the mediation route that mediate through a API SequenceclassConnectorMediationFlowPointDefines a unique point in the mediation route that mediate through a Connector method templateclassSequenceMediationFlowPointDefines a unique point in the mediation route that mediate through a Sequence -
Uses of SynapseMediationFlowPoint in org.apache.synapse.debug.utils
Methods in org.apache.synapse.debug.utils with parameters of type SynapseMediationFlowPoint Modifier and Type Method Description protected static StringAPIDebugUtil. logMediatorPosition(SynapseMediationFlowPoint flowPoint)protected static StringConnectorDebugUtil. logMediatorPosition(SynapseMediationFlowPoint flowPoint)protected static StringInboundEndpointDebugUtil. logMediatorPosition(SynapseMediationFlowPoint flowPoint)protected static StringProxyDebugUtil. logMediatorPosition(SynapseMediationFlowPoint flowPoint)protected static StringSequenceDebugUtil. logMediatorPosition(SynapseMediationFlowPoint flowPoint)protected static StringTemplateDebugUtil. logMediatorPosition(SynapseMediationFlowPoint flowPoint) -
Uses of SynapseMediationFlowPoint in org.apache.synapse.mediators
Methods in org.apache.synapse.mediators that return SynapseMediationFlowPoint Modifier and Type Method Description SynapseMediationFlowPointAbstractMediator. getRegisteredMediationFlowPoint()Methods in org.apache.synapse.mediators with parameters of type SynapseMediationFlowPoint Modifier and Type Method Description voidAbstractMediator. registerMediationFlowPoint(SynapseMediationFlowPoint flowPoint) -
Uses of SynapseMediationFlowPoint in org.apache.synapse.util
Methods in org.apache.synapse.util with parameters of type SynapseMediationFlowPoint Modifier and Type Method Description static voidMessageHelper. setWireLogHolderProperties(MessageContext synCtx, boolean isBreakPoint, SynapseMediationFlowPoint mediationFlowPoint)This method is to set mediatorId property to axis2 message context.
-