Known Direct Subclasses
|
Class Overview
A CRC32ModuleProcessAdapter is a wrapper around CRC32Module that enables custom processing strategies.
Summary
|
[Expand]
Inherited Methods |
From class
org.mule.modules.security.crc32.adapters.CRC32ModuleLifecycleAdapter
|
From class
org.mule.modules.security.crc32.adapters.CRC32ModuleMetadataAdapater
|
From class
org.mule.modules.security.crc32.adapters.CRC32ModuleCapabilitiesAdapter
|
boolean
|
isCapableOf(Capability capability)
Returns true if this module implements such capability
|
|
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)
|
|
From interface
org.mule.api.MetadataAware
|
From interface
org.mule.api.lifecycle.Disposable
|
From interface
org.mule.api.lifecycle.Initialisable
|
abstract
void
|
initialise()
|
|
From interface
org.mule.api.lifecycle.Startable
|
From interface
org.mule.api.lifecycle.Stoppable
|
From interface
org.mule.api.process.ProcessAdapter
|
abstract
<T>
ProcessTemplate<T, O>
|
getProcessTemplate()
|
|
Public Constructors
public
CRC32ModuleProcessAdapter
()
Public Methods