public static class ProviderProcessor.StreamingRequestEntity
extends java.lang.Object
implements org.apache.commons.httpclient.methods.RequestEntity
| Constructor and Description |
|---|
ProviderProcessor.StreamingRequestEntity(SoapWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
long |
getContentLength() |
java.lang.String |
getContentType() |
boolean |
isRepeatable() |
void |
writeRequest(java.io.OutputStream out) |
public ProviderProcessor.StreamingRequestEntity(SoapWriter writer)
public boolean isRepeatable()
isRepeatable in interface org.apache.commons.httpclient.methods.RequestEntitypublic void writeRequest(java.io.OutputStream out)
throws java.io.IOException
writeRequest in interface org.apache.commons.httpclient.methods.RequestEntityjava.io.IOExceptionpublic long getContentLength()
getContentLength in interface org.apache.commons.httpclient.methods.RequestEntitypublic java.lang.String getContentType()
getContentType in interface org.apache.commons.httpclient.methods.RequestEntityCopyright © 2005-2014 FuseSource. All Rights Reserved.