|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.jsonrpc.JsonRpcCallHandler
public class JsonRpcCallHandler
A Handler for JSON-RPC calls.
| Constructor Summary | |
|---|---|
JsonRpcCallHandler()
|
|
| Method Summary | |
|---|---|
void |
handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handle a URL request that has been mapped to this Handler |
void |
setAccessControl(AccessControl accessControl)
Accessor for the security manager |
void |
setConverterManager(ConverterManager converterManager)
Accessor for the ConverterManager that we configure |
void |
setJsonRpcEnabled(boolean jsonRpcEnabled)
Are we allowing remote hosts to contact us using JSON? |
void |
setModuleManager(ModuleManager moduleManager)
Accessor for the ModuleManager that we configure |
void |
setRemoter(Remoter remoter)
Setter for the remoter |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JsonRpcCallHandler()
| Method Detail |
|---|
public void handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException
Handler
handle in interface Handlerrequest - The HTTP request dataresponse - Where we write the HTTP response data
java.io.IOException - If the write process failspublic void setConverterManager(ConverterManager converterManager)
converterManager - public void setJsonRpcEnabled(boolean jsonRpcEnabled)
public void setRemoter(Remoter remoter)
remoter - The new remoterpublic void setAccessControl(AccessControl accessControl)
accessControl - The accessControl to set.public void setModuleManager(ModuleManager moduleManager)
moduleManager -
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||