|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The RemoteInformation interface.
This is currently used by the webdav PollMethod
to generate an XML representation of the data in an event
.
Method Summary | |
java.lang.String[][] |
getInformation()
The returned String[][] is assumed to be a String[?][2], where ? is greater than or equal to 0. |
Method Detail |
public java.lang.String[][] getInformation()
{ { "XML Element Name 1", "XML Element Value 1"}, { "XML Element Name 2", "XML Element Value 2"}, etc... }One noteable value for the element name is "uri". The Slide context path is preppended to the value of an element with this name before it is returned to the client.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |