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 Source
CallMediator. getSourceForOutboundPayload()
Methods in org.apache.synapse.mediators.builtin with parameters of type Source Modifier and Type Method Description void
CallMediator. 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 Source
EnrichMediator. getSource()
Methods in org.apache.synapse.mediators.elementary with parameters of type Source Modifier and Type Method Description void
EnrichMediator. 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 Source
CallMediatorEnrichUtil. createSourceWithBody()
static Source
CallMediatorEnrichUtil. createSourceWithProperty(String propertyName)
Methods in org.apache.synapse.util with parameters of type Source Modifier and Type Method Description static void
CallMediatorEnrichUtil. doEnrich(MessageContext synCtx, Source source, Target target, String sourceContentType)
-