|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--pawn.messages.PresenceResponseMessage
An abstract class defining a response to a request for presence information. This response is responsible for sending a presence advertisement either in response to a Presence Query Message, or to update the members of the peer group with a peer's current presence status.
| Constructor Summary | |
PresenceResponseMessage()
|
|
| Method Summary | |
abstract net.jxta.document.Document |
getDocument(net.jxta.document.MimeMediaType asMimeType)
Returns a Document object containing the response's document tree. |
net.jxta.protocol.PresenceAdvertisement |
getPresenceAdvertisement()
Returns the presence advertisement containing the presence information. |
void |
setPresenceAdvertisement(net.jxta.protocol.PresenceAdvertisement presenceAdvertisement)
Sets the presence advertisement containing the presence information for the response object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PresenceResponseMessage()
| Method Detail |
public abstract net.jxta.document.Document getDocument(net.jxta.document.MimeMediaType asMimeType)
asMimeType - the desired MIME type for the response rendering.
public net.jxta.protocol.PresenceAdvertisement getPresenceAdvertisement()
public void setPresenceAdvertisement(net.jxta.protocol.PresenceAdvertisement presenceAdvertisement)
presenceAdvertisement - the presence advertisement object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||