|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.struts2.rest.handler.XStreamHandler
public class XStreamHandler
Handles XML content
| Constructor Summary | |
|---|---|
XStreamHandler()
|
|
| Method Summary | |
|---|---|
protected com.thoughtworks.xstream.XStream |
createXStream()
|
String |
fromObject(Object obj,
String resultCode,
Writer out)
Writes content to the stream |
String |
getContentType()
Gets the content type for this handler |
String |
getExtension()
Gets the extension this handler supports |
void |
toObject(Reader in,
Object target)
Populates an object using data from the input stream |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XStreamHandler()
| Method Detail |
|---|
public String fromObject(Object obj,
String resultCode,
Writer out)
throws IOException
ContentTypeHandler
fromObject in interface ContentTypeHandlerobj - The object to write to the stream, usually the Action classresultCode - The original result codeout - The output stream, usually the response
IOException - If unable to write to the output stream
public void toObject(Reader in,
Object target)
ContentTypeHandler
toObject in interface ContentTypeHandlerin - The input stream, usually the body of the requesttarget - The target, usually the action classprotected com.thoughtworks.xstream.XStream createXStream()
public String getContentType()
ContentTypeHandler
getContentType in interface ContentTypeHandlerpublic String getExtension()
ContentTypeHandler
getExtension in interface ContentTypeHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||