org.mule.util.store
Interface DeserializationPostInitialisable
- All Known Implementing Classes:
- DefaultMessageCollection, DefaultMuleEvent, DefaultMuleMessage, DefaultMuleSession
public interface DeserializationPostInitialisable
A marker interface used to trigger post-deserialization initialization of an object. This works
in the same way as Cloneable
interface. Implementors of this interface must add the
method private void initAfterDeserialization(MuleContext muleContext) throws MuleException
to their class (note that it's private). This will get invoked after the object has been
deserialized passing in the current mulecontext when using either
SerializationWireFormat
,
SerializedMuleMessageWireFormat
, or the
ByteArrayToSerializable
transformer.
- See Also:
ByteArrayToSerializable
,
SerializationWireFormat
,
SerializedMuleMessageWireFormat
Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.