|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Session | |
|---|---|
| org.jboss.axis | |
| org.jboss.axis.session | |
| org.jboss.axis.transport.http | |
| Uses of Session in org.jboss.axis |
|---|
| Methods in org.jboss.axis that return Session | |
|---|---|
Session |
AxisEngine.getApplicationSession()
accessor only, for application session (could call it "engine session" instead, but named with reference to Apache SOAP's notion of "application scope") |
Session |
MessageContext.getSession()
Sessions |
| Methods in org.jboss.axis with parameters of type Session | |
|---|---|
void |
MessageContext.setSession(Session session)
|
| Uses of Session in org.jboss.axis.session |
|---|
| Classes in org.jboss.axis.session that implement Session | |
|---|---|
class |
SimpleSession
A trivial session implementation. |
| Uses of Session in org.jboss.axis.transport.http |
|---|
| Classes in org.jboss.axis.transport.http that implement Session | |
|---|---|
class |
AxisHttpSession
An HTTP/Servlet implementation of Axis sessions. |
| Methods in org.jboss.axis.transport.http that return Session | |
|---|---|
protected Session |
SimpleAxisServer.createSession(String cooky)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||