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

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

public class CrossDomainRpc
extends Object

A cross-domain RPC that specifies a command to execute in the WebDriver wire protocol.

See Also:
WebDriver Wire Protocol

Constructor Summary
CrossDomainRpc(String method, String path, String data)
          Creates a new RPC.
 
Method Summary
 String getData()
           
 Reader getDataReader()
           
 String getMethod()
           
 String getPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrossDomainRpc

public CrossDomainRpc(String method,
                      String path,
                      String data)
Creates a new RPC.

Parameters:
method - The method for the desired command.
path - The path for the command resource.
data - The raw data associated with the command.
Method Detail

getMethod

public String getMethod()

getPath

public String getPath()

getData

public String getData()

getDataReader

public Reader getDataReader()


Copyright © 2012. All Rights Reserved.