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 java.lang.Object
implements Handler, JsonParametersAware


Constructor Summary
AddConfig(DriverSessions allSessions)
           
 
Method Summary
 ResultType handle()
           
 void setJsonParameters(java.util.Map<java.lang.String,java.lang.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(java.util.Map<java.lang.String,java.lang.Object> allParameters)
                       throws java.lang.Exception
Specified by:
setJsonParameters in interface JsonParametersAware
Throws:
java.lang.Exception

handle

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


Copyright © 2011. All Rights Reserved.