public class BuilderMediator
extends org.apache.synapse.mediators.AbstractMediator
Constructor and Description |
---|
BuilderMediator() |
Modifier and Type | Method and Description |
---|---|
void |
addBuilder(String contentType,
org.apache.axis2.builder.Builder builder) |
void |
addFormatter(String contentType,
org.apache.axis2.transport.MessageFormatter formatter) |
Map<String,org.apache.axis2.builder.Builder> |
getMessageBuilders() |
Map<String,org.apache.axis2.transport.MessageFormatter> |
getMessageFormatters() |
org.apache.axis2.builder.Builder |
getSpecifiedBuilder() |
org.apache.axis2.transport.MessageFormatter |
getSpecifiedFormatter() |
boolean |
mediate(org.apache.synapse.MessageContext msgCtx) |
void |
setSpecifiedBuilder(org.apache.axis2.builder.Builder specifiedBuilder) |
void |
setSpecifiedFormatter(org.apache.axis2.transport.MessageFormatter specifiedFormatter) |
auditLog, auditWarn, configure, disableStatistics, disableTracing, divertMediationRoute, enableStatistics, enableTracing, getAspectConfiguration, getCommentsList, getDescription, getInputType, getLastSequenceFaultHandler, getLog, getMediatorName, getMediatorPosition, getOutputType, getRegisteredMediationFlowPoint, getShortDescription, getTraceState, getType, handleException, handleException, isBreakPoint, isContentAltering, isContentAware, isSkipEnabled, isStatisticsEnable, isTraceOn, isTraceOrDebugOn, isTracingEnabled, registerMediationFlowPoint, reportCloseStatistics, reportOpenStatistics, setBreakPoint, setCommentsList, setComponentStatisticsId, setDescription, setEffectiveTraceState, setMediatorPosition, setShortDescription, setSkipEnabled, setTraceState, shouldCaptureTracing, shouldTrace, shouldTrace, traceOrDebug, traceOrDebugWarn, unregisterMediationFlowPoint
public boolean mediate(org.apache.synapse.MessageContext msgCtx)
public org.apache.axis2.builder.Builder getSpecifiedBuilder()
public void setSpecifiedBuilder(org.apache.axis2.builder.Builder specifiedBuilder)
public org.apache.axis2.transport.MessageFormatter getSpecifiedFormatter()
public void setSpecifiedFormatter(org.apache.axis2.transport.MessageFormatter specifiedFormatter)
public void addFormatter(String contentType, org.apache.axis2.transport.MessageFormatter formatter)
public void addBuilder(String contentType, org.apache.axis2.builder.Builder builder)
Copyright © 2020 WSO2. All rights reserved.