org.openqa.selenium.remote.server.xdrpc
Class CrossDomainRpcLoader

java.lang.Object
  extended by org.openqa.selenium.remote.server.xdrpc.CrossDomainRpcLoader

public class CrossDomainRpcLoader
extends Object

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

CrossDomainRpcLoader

public CrossDomainRpcLoader()
Method Detail

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.