com.ibm.soa.parlayx21.presence
Class SubscriptionRequest
java.lang.Object
com.ibm.soa.parlayx21.presence.SubscriptionRequest
- All Implemented Interfaces:
- java.io.Serializable
public class SubscriptionRequest
- extends java.lang.Object
- implements java.io.Serializable
This structure is returned to the presentity by the Presence Web Service and contains the requesting watcher and the attributes he wants to subscribe.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubscriptionRequest
public SubscriptionRequest()
getWatcher
public java.net.URI getWatcher()
setWatcher
public void setWatcher(java.net.URI watcher)
getAttributes
public PresenceAttributeType[] getAttributes()
setAttributes
public void setAttributes(PresenceAttributeType[] attributes)
getAttributes
public PresenceAttributeType getAttributes(int i)
setAttributes
public void setAttributes(int i,
PresenceAttributeType value)
getApplication
public java.lang.String getApplication()
setApplication
public void setApplication(java.lang.String application)
Copyright © 2003 IBM Corp. All Rights Reserved.