org.openqa.selenium.remote.server.xdrpc
Class CrossDomainRpcLoader
java.lang.Object
org.openqa.selenium.remote.server.xdrpc.CrossDomainRpcLoader
public class CrossDomainRpcLoader
- extends Object
Loads a CrossDomainRpc
from a HttpServletRequest
.
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 |
CrossDomainRpcLoader
public CrossDomainRpcLoader()
loadRpc
public CrossDomainRpc loadRpc(javax.servlet.http.HttpServletRequest request)
throws IOException
- Parses the request for a CrossDomainRpc.
- Parameters:
request
- The request to parse.
- Returns:
- The parsed RPC.
- Throws:
IOException
- If an error occurs reading from the request.
IllegalArgumentException
- If an occurs while parsing the request
data.
Copyright © 2012. All Rights Reserved.