Known Direct Subclasses
|
Known Indirect Subclasses
|
Class Overview
A CRC32ModuleCapabilitiesAdapter is a wrapper around CRC32Module that implements org.mule.api.Capabilities interface.
Summary
| Public Methods |
|
boolean
|
isCapableOf(Capability capability)
Returns true if this module implements such capability
|
|
[Expand]
Inherited Methods |
From class
org.mule.modules.security.crc32.CRC32Module
|
void
|
calculate(Object input, MuleEvent muleEvent)
Calculates the CRC32 checksum for the given input and stores that value
in the targetExpression defined in this#targetExpression
To calculate the checksum on the input, it's going to transform it to a byte array by invoking the
toByteArray on the object, if one exists, or by serializing it.
|
|
void
|
checkLicense()
|
|
Object
|
filter(long expectedChecksum, Object input, SourceCallback afterChain)
Filters objects with a different checksum than the expected one.
|
|
String
|
getTargetExpression()
|
|
void
|
setExpressionManager(ExpressionManager expressionManager)
|
|
void
|
setTargetExpression(String targetExpression)
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
org.mule.api.Capabilities
|
abstract
boolean
|
isCapableOf(Capability arg0)
|
|
Public Constructors
public
CRC32ModuleCapabilitiesAdapter
()
Public Methods
public
boolean
isCapableOf
(Capability capability)
Returns true if this module implements such capability