public class BinaryExtractMediator extends AbstractMediator
trace, traceState| Constructor and Description |
|---|
BinaryExtractMediator() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBinaryEncoding() |
int |
getDataType() |
int |
getLength() |
int |
getOffset() |
int |
getTraceState()
Returns the tracing state
|
String |
getType()
Returns the class name of the mediator
|
String |
getVariableName() |
boolean |
mediate(MessageContext msgCtx)
Invokes the mediator passing the current message for mediation.
|
void |
setBinaryEncoding(String binaryEncoding) |
void |
setDataType(int dataType) |
void |
setLength(int length) |
void |
setOffset(int offset) |
void |
setTraceState(int traceState)
Set the tracing state variable
|
void |
setVariableName(String variableName) |
auditLog, auditWarn, configure, disableStatistics, enableStatistics, getAspectConfiguration, getDescription, getLog, handleException, handleException, isContentAware, isStatisticsEnable, isTraceOn, isTraceOrDebugOn, setDescription, setEffectiveTraceState, shouldTrace, traceOrDebug, traceOrDebugWarnpublic boolean mediate(MessageContext msgCtx)
MediatormsgCtx - the current message for mediationpublic String getType()
AbstractMediatorgetType in interface MediatorgetType in class AbstractMediatorpublic void setTraceState(int traceState)
AbstractMediatorsetTraceState in interface MediatorsetTraceState in class AbstractMediatortraceState - the new tracing state for this mediator (see SynapseConstants)public int getTraceState()
AbstractMediatorgetTraceState in interface MediatorgetTraceState in class AbstractMediatorpublic int getLength()
public void setLength(int length)
public int getDataType()
public void setDataType(int dataType)
public int getOffset()
public void setOffset(int offset)
public String getBinaryEncoding()
public void setBinaryEncoding(String binaryEncoding)
public String getVariableName()
public void setVariableName(String variableName)
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.