public class AxisMuleSession extends Object implements org.apache.axis.session.Session
| Constructor and Description |
|---|
AxisMuleSession(MuleSession session) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(String string) |
Enumeration<?> |
getKeys() |
Object |
getLockObject() |
int |
getTimeout() |
void |
invalidate() |
void |
remove(String string) |
void |
set(String string,
Object object) |
void |
setTimeout(int i) |
void |
touch() |
public AxisMuleSession(MuleSession session)
public void set(String string, Object object)
set in interface org.apache.axis.session.Sessionpublic void remove(String string)
remove in interface org.apache.axis.session.Sessionpublic Enumeration<?> getKeys()
getKeys in interface org.apache.axis.session.Sessionpublic void setTimeout(int i)
setTimeout in interface org.apache.axis.session.Sessionpublic int getTimeout()
getTimeout in interface org.apache.axis.session.Sessionpublic void touch()
touch in interface org.apache.axis.session.Sessionpublic void invalidate()
invalidate in interface org.apache.axis.session.Sessionpublic Object getLockObject()
getLockObject in interface org.apache.axis.session.SessionCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.