Class ConnectorMediationFlowPoint
- java.lang.Object
-
- org.apache.synapse.debug.constructs.SynapseMediationFlowPoint
-
- org.apache.synapse.debug.constructs.ConnectorMediationFlowPoint
-
public class ConnectorMediationFlowPoint extends SynapseMediationFlowPoint
Defines a unique point in the mediation route that mediate through a Connector method template
-
-
Constructor Summary
Constructors Constructor Description ConnectorMediationFlowPoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getConnectorMediationComponentMethod()
void
setConnectorMediationComponentMethod(String connectorMediationComponentMethod)
-
Methods inherited from class org.apache.synapse.debug.constructs.SynapseMediationFlowPoint
getKey, getMediatorPosition, getMediatorReference, getSynapseMediationComponent, setKey, setMediatorPosition, setMediatorReference, setSynapseMediationComponent, toString
-
-