org.mule.providers.http
Class StreamPayloadRequestEntity
java.lang.Object
org.mule.providers.http.StreamPayloadRequestEntity
- All Implemented Interfaces:
- RequestEntity
- public class StreamPayloadRequestEntity
- extends Object
- implements RequestEntity
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StreamPayloadRequestEntity
public StreamPayloadRequestEntity(org.mule.umo.provider.OutputHandler outputHandler,
org.mule.umo.UMOEvent event)
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-2007 MuleSource, Inc.. All Rights Reserved.