org.mule.transport.http
Class StreamPayloadRequestEntity

java.lang.Object
  extended by org.mule.transport.http.StreamPayloadRequestEntity
All Implemented Interfaces:
RequestEntity

public class StreamPayloadRequestEntity
extends Object
implements RequestEntity


Constructor Summary
StreamPayloadRequestEntity(OutputHandler outputHandler, MuleEvent event)
           
 
Method Summary
 long getContentLength()
           
 String getContentType()
           
 boolean isRepeatable()
           
 void writeRequest(OutputStream outputStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamPayloadRequestEntity

public StreamPayloadRequestEntity(OutputHandler outputHandler,
                                  MuleEvent event)
Method Detail

isRepeatable

public boolean isRepeatable()
Specified by:
isRepeatable in interface RequestEntity

writeRequest

public void writeRequest(OutputStream outputStream)
                  throws IOException
Specified by:
writeRequest in interface RequestEntity
Throws:
IOException

getContentLength

public long getContentLength()
Specified by:
getContentLength in interface RequestEntity

getContentType

public String getContentType()
Specified by:
getContentType in interface RequestEntity


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.