public class BodyParserXML extends Object implements org.wisdom.api.content.BodyParser
| Modifier and Type | Field and Description |
|---|---|
private static String |
ERROR |
private static org.slf4j.Logger |
LOGGER |
(package private) org.wisdom.api.content.Xml |
xml |
| Constructor and Description |
|---|
BodyParserXML() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getContentTypes() |
<T> T |
invoke(byte[] bytes,
Class<T> classOfT) |
<T> T |
invoke(org.wisdom.api.http.Context context,
Class<T> classOfT) |
private Document |
parseXMLDocument(byte[] bytes) |
org.wisdom.api.content.Xml xml
private static final String ERROR
private static final org.slf4j.Logger LOGGER
public <T> T invoke(org.wisdom.api.http.Context context,
Class<T> classOfT)
invoke in interface org.wisdom.api.content.BodyParserpublic <T> T invoke(byte[] bytes,
Class<T> classOfT)
invoke in interface org.wisdom.api.content.BodyParserprivate Document parseXMLDocument(byte[] bytes)
Copyright © 2013–2014 Wisdom Framework. All rights reserved.