public class XmlRequestEntity extends Object implements org.apache.commons.httpclient.methods.RequestEntity
XmlRequestEntity
...Constructor and Description |
---|
XmlRequestEntity(Document xmlDocument) |
Modifier and Type | Method and Description |
---|---|
long |
getContentLength() |
String |
getContentType() |
boolean |
isRepeatable() |
void |
writeRequest(OutputStream out) |
public XmlRequestEntity(Document xmlDocument) throws IOException
IOException
public boolean isRepeatable()
isRepeatable
in interface org.apache.commons.httpclient.methods.RequestEntity
public String getContentType()
getContentType
in interface org.apache.commons.httpclient.methods.RequestEntity
public void writeRequest(OutputStream out) throws IOException
writeRequest
in interface org.apache.commons.httpclient.methods.RequestEntity
IOException
public long getContentLength()
getContentLength
in interface org.apache.commons.httpclient.methods.RequestEntity
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.