org.jboss.portal.test.framework.driver.http.command
Class DoMethodCommand

java.lang.Object
  extended by org.jboss.portal.test.framework.driver.DriverCommand
      extended by org.jboss.portal.test.framework.driver.http.command.HTTPDriverCommand
          extended by org.jboss.portal.test.framework.driver.http.command.DoMethodCommand
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DoGetCommand, DoPostCommand

public class DoMethodCommand
extends HTTPDriverCommand

Version:
$Revision: 1.1 $
Author:
Julien Viet
See Also:
Serialized Form

Constructor Summary
DoMethodCommand(java.net.URI uri)
           
DoMethodCommand(java.net.URI uri, HttpHeaders headers)
           
 
Method Summary
 HttpHeaders getHeaders()
           
 java.net.URI getURI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoMethodCommand

public DoMethodCommand(java.net.URI uri,
                       HttpHeaders headers)

DoMethodCommand

public DoMethodCommand(java.net.URI uri)
Method Detail

getURI

public java.net.URI getURI()

getHeaders

public HttpHeaders getHeaders()