XmlEntity
instead@Deprecated public class XmlRequestEntity extends Object implements org.apache.commons.httpclient.methods.RequestEntity
XmlRequestEntity
...Constructor and Description |
---|
XmlRequestEntity(Document xmlDocument)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
long |
getContentLength()
Deprecated.
|
String |
getContentType()
Deprecated.
|
boolean |
isRepeatable()
Deprecated.
|
void |
writeRequest(OutputStream out)
Deprecated.
|
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 © 2004–2021 The Apache Software Foundation. All rights reserved.