public interface DeserializationPostInitialisable
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.Modifier and Type | Interface and Description |
---|---|
static class |
DeserializationPostInitialisable.Implementation |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.