|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openqa.selenium.remote.server.xdrpc.CrossDomainRpcLoader
public class CrossDomainRpcLoader
Loads a CrossDomainRpc
from a HttpServletRequest
.
Constructor Summary | |
---|---|
CrossDomainRpcLoader()
|
Method Summary | |
---|---|
CrossDomainRpc |
loadRpc(javax.servlet.http.HttpServletRequest request)
Parses the request for a CrossDomainRpc. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CrossDomainRpcLoader()
Method Detail |
---|
public CrossDomainRpc loadRpc(javax.servlet.http.HttpServletRequest request) throws java.io.IOException
request
- The request to parse.
java.io.IOException
- If an error occurs reading from the request.
java.lang.IllegalArgumentException
- If an occurs while parsing the request
data.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |