public class XmlResponseBody extends java.lang.Object implements HttpResponseBody
| Modifier and Type | Field and Description |
|---|---|
static java.nio.charset.Charset |
DEFAULT_HTTP_APPLICATION_XML_CHARSET |
| Constructor and Description |
|---|
XmlResponseBody(Result result,
java.io.InputStream in,
ContentType type,
HeaderSet headers,
boolean html) |
XmlResponseBody(Result result,
java.io.Reader in,
ContentType type,
HeaderSet headers,
boolean html) |
| Modifier and Type | Method and Description |
|---|---|
void |
outputBody(TreeBuilder b) |
public static final java.nio.charset.Charset DEFAULT_HTTP_APPLICATION_XML_CHARSET
public XmlResponseBody(Result result, java.io.InputStream in, ContentType type, HeaderSet headers, boolean html) throws HttpClientException
HttpClientExceptionpublic XmlResponseBody(Result result, java.io.Reader in, ContentType type, HeaderSet headers, boolean html) throws HttpClientException
HttpClientExceptionpublic void outputBody(TreeBuilder b) throws HttpClientException
outputBody in interface HttpResponseBodyHttpClientExceptionCopyright © 2015-2020 EXPath. All Rights Reserved