public abstract class AbstractSessionHandler extends Object implements SessionHandler
SessionHandler
which adds common functionality, specially around the concept
of serializationConstructor and Description |
---|
AbstractSessionHandler() |
Modifier and Type | Method and Description |
---|---|
protected <T> T |
deserialize(MuleMessage message,
byte[] bytes) |
protected byte[] |
serialize(MuleMessage message,
Object object) |
void |
setObjectSerializer(ObjectSerializer objectSerializer) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSessionIDKey, retrieveSessionInfoFromMessage, retrieveSessionInfoFromMessage, storeSessionInfoToMessage
protected <T> T deserialize(MuleMessage message, byte[] bytes)
protected byte[] serialize(MuleMessage message, Object object)
@Inject public void setObjectSerializer(ObjectSerializer objectSerializer)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.