|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metaparadigm.jsonrpc.HttpSessionArgResolver
public class HttpSessionArgResolver
An LocalArgResolver implementation that is registered by default on the JSONRPCBridge and will replace an HttpSession argument on a called method with the current session. If no session exists, a session will be created.
Constructor Summary | |
---|---|
HttpSessionArgResolver()
|
Method Summary | |
---|---|
java.lang.Object |
resolveArg(java.lang.Object context)
Resolve an argument locally using the given context information. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpSessionArgResolver()
Method Detail |
---|
public java.lang.Object resolveArg(java.lang.Object context) throws LocalArgResolveException
LocalArgResolver
resolveArg
in interface LocalArgResolver
context
- The transport context (the HttpServletRequest
object in the case of the HTTP transport).
LocalArgResolveException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |