public class NullSessionHandler extends Object implements SessionHandler
Constructor and Description |
---|
NullSessionHandler() |
Modifier and Type | Method and Description |
---|---|
String |
getSessionIDKey()
The property name of the session id to use when creating the Mule session.
|
void |
retrieveSessionInfoFromMessage(MuleMessage message,
MuleSession session) |
void |
storeSessionInfoToMessage(MuleSession session,
MuleMessage message) |
public void retrieveSessionInfoFromMessage(MuleMessage message, MuleSession session) throws MuleException
retrieveSessionInfoFromMessage
in interface SessionHandler
MuleException
public void storeSessionInfoToMessage(MuleSession session, MuleMessage message) throws MuleException
storeSessionInfoToMessage
in interface SessionHandler
MuleException
public String getSessionIDKey()
getSessionIDKey
in interface SessionHandler
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.