com.ibm.soa.parlayx21.presence
Class SubscriptionRequest

java.lang.Object
  extended by 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

Constructor Summary
SubscriptionRequest()
           
 
Method Summary
 java.lang.String getApplication()
           
 PresenceAttributeType[] getAttributes()
           
 PresenceAttributeType getAttributes(int i)
           
 java.net.URI getWatcher()
           
 void setApplication(java.lang.String application)
           
 void setAttributes(int i, PresenceAttributeType value)
           
 void setAttributes(PresenceAttributeType[] attributes)
           
 void setWatcher(java.net.URI watcher)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubscriptionRequest

public SubscriptionRequest()
Method Detail

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.