org.openqa.selenium.remote.server.handler
Class AddConfig

java.lang.Object
  extended by org.openqa.selenium.remote.server.handler.AddConfig
All Implemented Interfaces:
JsonParametersAware, Handler

public class AddConfig
extends Object
implements Handler, JsonParametersAware


Constructor Summary
AddConfig(DriverSessions allSessions)
           
 
Method Summary
 ResultType handle()
           
 void setJsonParameters(Map<String,Object> allParameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddConfig

public AddConfig(DriverSessions allSessions)
Method Detail

setJsonParameters

public void setJsonParameters(Map<String,Object> allParameters)
                       throws Exception
Specified by:
setJsonParameters in interface JsonParametersAware
Throws:
Exception

handle

public ResultType handle()
                  throws Exception
Specified by:
handle in interface Handler
Throws:
Exception


Copyright © 2012. All Rights Reserved.