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.
|
MuleSession |
retrieveSessionInfoFromMessage(MuleMessage message) |
void |
retrieveSessionInfoFromMessage(MuleMessage message,
MuleSession session)
Deprecated.
Use retrieveSessionInfoFromMessage(MuleMessage message) instead
|
void |
storeSessionInfoToMessage(MuleSession session,
MuleMessage message) |
public MuleSession retrieveSessionInfoFromMessage(MuleMessage message) throws MuleException
retrieveSessionInfoFromMessage
in interface SessionHandler
MuleException
@Deprecated 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–2016 MuleSoft, Inc.. All rights reserved.