org.apache.axis2.transport.http
Class RESTSender.AxisRESTRequestEntity
java.lang.Object
org.apache.axis2.transport.http.RESTSender.AxisRESTRequestEntity
- All Implemented Interfaces:
- org.apache.commons.httpclient.methods.RequestEntity
- Enclosing class:
- RESTSender
- public class RESTSender.AxisRESTRequestEntity
- extends Object
- implements org.apache.commons.httpclient.methods.RequestEntity
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESTSender.AxisRESTRequestEntity
public RESTSender.AxisRESTRequestEntity(String postRequestBody,
String contentType)
writeRequest
public void writeRequest(OutputStream output)
throws IOException
- Specified by:
writeRequest
in interface org.apache.commons.httpclient.methods.RequestEntity
- Throws:
IOException
getContentLength
public long getContentLength()
- Specified by:
getContentLength
in interface org.apache.commons.httpclient.methods.RequestEntity
getContentType
public String getContentType()
- Specified by:
getContentType
in interface org.apache.commons.httpclient.methods.RequestEntity
isRepeatable
public boolean isRepeatable()
- Specified by:
isRepeatable
in interface org.apache.commons.httpclient.methods.RequestEntity