Uses of Class
org.apache.synapse.debug.constructs.SynapseMediationComponent
-
Packages that use SynapseMediationComponent Package Description org.apache.synapse.debug.constructs -
-
Uses of SynapseMediationComponent in org.apache.synapse.debug.constructs
Methods in org.apache.synapse.debug.constructs that return SynapseMediationComponent Modifier and Type Method Description SynapseMediationComponent
SynapseMediationFlowPoint. getSynapseMediationComponent()
static SynapseMediationComponent
SynapseMediationComponent. valueOf(String name)
Returns the enum constant of this type with the specified name.static SynapseMediationComponent[]
SynapseMediationComponent. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.synapse.debug.constructs with parameters of type SynapseMediationComponent Modifier and Type Method Description void
SynapseMediationFlowPoint. setSynapseMediationComponent(SynapseMediationComponent medComponent)
-