org.jboss.portal.test.framework.driver.http.response
Class InvokeMethodResponse

java.lang.Object
  extended by org.jboss.portal.test.framework.driver.DriverResponse
      extended by org.jboss.portal.test.framework.driver.http.response.HTTPDriverResponse
          extended by org.jboss.portal.test.framework.driver.http.response.InvokeMethodResponse
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvokeGetResponse, InvokePostResponse

public abstract class InvokeMethodResponse
extends HTTPDriverResponse

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

Constructor Summary
InvokeMethodResponse(java.lang.String uri)
           
InvokeMethodResponse(java.net.URI uri)
           
 
Method Summary
 HttpHeader addHeader(java.lang.String headerName)
           
 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

InvokeMethodResponse

public InvokeMethodResponse(java.lang.String uri)
                     throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

InvokeMethodResponse

public InvokeMethodResponse(java.net.URI uri)
                     throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException
Method Detail

getURI

public java.net.URI getURI()

addHeader

public HttpHeader addHeader(java.lang.String headerName)

getHeaders

public HttpHeaders getHeaders()