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

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
              extended by org.jboss.portal.test.framework.driver.http.command.DoPostCommand
All Implemented Interfaces:
java.io.Serializable

public class DoPostCommand
extends DoMethodCommand

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

Constructor Summary
DoPostCommand(java.net.URI uri, java.lang.String contentType, HttpRequest.Body body)
           
 
Method Summary
 HttpRequest.Body getBody()
           
 java.lang.String getContentType()
           
 
Methods inherited from class org.jboss.portal.test.framework.driver.http.command.DoMethodCommand
getHeaders, getURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoPostCommand

public DoPostCommand(java.net.URI uri,
                     java.lang.String contentType,
                     HttpRequest.Body body)
Method Detail

getContentType

public java.lang.String getContentType()

getBody

public HttpRequest.Body getBody()