Uses of Class
org.apache.synapse.mediators.elementary.Source
-
Packages that use Source Package Description org.apache.synapse.mediators.builtin org.apache.synapse.mediators.elementary org.apache.synapse.util -
-
Uses of Source in org.apache.synapse.mediators.builtin
Methods in org.apache.synapse.mediators.builtin that return Source Modifier and Type Method Description SourceCallMediator. getSourceForOutboundPayload()Methods in org.apache.synapse.mediators.builtin with parameters of type Source Modifier and Type Method Description voidCallMediator. setSourceForOutboundPayload(Source sourceForOutboundPayload) -
Uses of Source in org.apache.synapse.mediators.elementary
Methods in org.apache.synapse.mediators.elementary that return Source Modifier and Type Method Description SourceEnrichMediator. getSource()Methods in org.apache.synapse.mediators.elementary with parameters of type Source Modifier and Type Method Description voidEnrichMediator. setSource(Source source) -
Uses of Source in org.apache.synapse.util
Methods in org.apache.synapse.util that return Source Modifier and Type Method Description static SourceCallMediatorEnrichUtil. createSourceWithBody()static SourceCallMediatorEnrichUtil. createSourceWithProperty(String propertyName)Methods in org.apache.synapse.util with parameters of type Source Modifier and Type Method Description static voidCallMediatorEnrichUtil. doEnrich(MessageContext synCtx, Source source, Target target, String sourceContentType)
-