public class XmlRequestEntity extends Object implements 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 RequestEntity
public String getContentType()
getContentType
in interface RequestEntity
public void writeRequest(OutputStream out) throws IOException
writeRequest
in interface RequestEntity
IOException
public long getContentLength()
getContentLength
in interface RequestEntity
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.