|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.context.AbstractContext
org.apache.axis2.context.SessionContext
All the engine componets are stateless accross the executions and all the states should be kept in the Contexts, there are three context Global, Session and Message
Field Summary |
Fields inherited from class org.apache.axis2.context.AbstractContext |
nonPersistentMap, parent, persistentMap |
Constructor Summary | |
SessionContext(AbstractContext parent)
|
Method Summary | |
void |
init(AxisConfiguration axisConfiguration)
|
Methods inherited from class org.apache.axis2.context.AbstractContext |
getNonPersistentMap, getParent, getPersistentMap, getProperty, getProperty, setParent, setProperty, setProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SessionContext(AbstractContext parent)
parent
- Method Detail |
public void init(AxisConfiguration axisConfiguration) throws AxisFault
init
in class AbstractContext
AxisFault
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |