org.jboss.portal.test.framework.driver.http
Class HTTPTestDriverHandler

java.lang.Object
  extended by org.jboss.portal.test.framework.driver.http.HTTPTestDriverHandler
All Implemented Interfaces:
RemoteTestDriverProtocolHandler

public class HTTPTestDriverHandler
extends java.lang.Object
implements RemoteTestDriverProtocolHandler

Version:
$Revision: 1.1 $
Author:
Julien Viet

Constructor Summary
HTTPTestDriverHandler()
           
 
Method Summary
 DriverCommand createCommand(RemoteDriverResponseContext responseContext)
           
 RemoteDriverResponseContext invoke(TestConversation conversation, RemoteDriverCommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPTestDriverHandler

public HTTPTestDriverHandler()
Method Detail

createCommand

public DriverCommand createCommand(RemoteDriverResponseContext responseContext)
Specified by:
createCommand in interface RemoteTestDriverProtocolHandler

invoke

public RemoteDriverResponseContext invoke(TestConversation conversation,
                                          RemoteDriverCommandContext commandContext)
                                   throws java.lang.Exception
Specified by:
invoke in interface RemoteTestDriverProtocolHandler
Throws:
java.lang.Exception