org.resteasy.plugins.client.httpclient
Class HttpOutputMessage

java.lang.Object
  extended by org.resteasy.plugins.client.httpclient.HttpOutputMessage
All Implemented Interfaces:
ClientHttpOutput

public class HttpOutputMessage
extends java.lang.Object
implements ClientHttpOutput

Abstraction for output HTTP requests

Version:
$Revision: 1 $
Author:
Bill Burke

Field Summary
protected  javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.Object> outputHeaders
           
protected  java.io.OutputStream outputStream
           
 
Constructor Summary
HttpOutputMessage(java.io.OutputStream outputStream)
           
 
Method Summary
 javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.Object> getOutputHeaders()
           
 java.io.OutputStream getOutputStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

outputHeaders

protected javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.Object> outputHeaders

outputStream

protected java.io.OutputStream outputStream
Constructor Detail

HttpOutputMessage

public HttpOutputMessage(java.io.OutputStream outputStream)
Method Detail

getOutputHeaders

public javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.Object> getOutputHeaders()
Specified by:
getOutputHeaders in interface ClientHttpOutput

getOutputStream

public java.io.OutputStream getOutputStream()
Specified by:
getOutputStream in interface ClientHttpOutput


Copyright © 2008. All Rights Reserved.