| Constructor and Description | 
|---|
| XMLPayload(XML xml)Constructs a new XML payload. | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | getValue()Returns the value of the payload. | 
| XML | getXML()Returns the XML value. | 
| void | write(HttpServletRequest request,
     HttpServletResponse response,
     int status,
     String contenttype)Writes the payload. | 
public XMLPayload(XML xml)
public Object getValue()
Payloadpublic XML getXML()
public void write(HttpServletRequest request, HttpServletResponse response, int status, String contenttype) throws IOException
write in interface PayloadIOExceptionCopyright © 2008-2012 Anders Møller & Mathias Schwarz.