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, traceOrDebugWarn
public boolean mediate(MessageContext msgCtx)
Mediator
msgCtx
- the current message for mediationpublic String getType()
AbstractMediator
getType
in interface Mediator
getType
in class AbstractMediator
public void setTraceState(int traceState)
AbstractMediator
setTraceState
in interface Mediator
setTraceState
in class AbstractMediator
traceState
- the new tracing state for this mediator (see SynapseConstants)public int getTraceState()
AbstractMediator
getTraceState
in interface Mediator
getTraceState
in class AbstractMediator
public 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.