com.bea.wlcp.wlng.plugin.callnotification.sip.store
Class NotificationSubscription
java.lang.Object
com.bea.wlcp.wlng.plugin.callnotification.sip.store.NotificationSubscription
- All Implemented Interfaces:
- Serializable
- public class NotificationSubscription
- extends Object
- implements Serializable
Utility class for to represent a subscrption for call notification.
- See Also:
- Serialized Form
- Copyright © 2008 Oracle Corporation. All Rights Reserved.
NotificationSubscription
public NotificationSubscription(String appInstGrp,
SimpleReference reference,
String[] addresses,
CallEvents[] criteria)
- Validates a subscription request. The subscription reference could
not be null. The correlator and callback url inside the reference
could not be null. The callee's address array could not be null or
empty.
- Throws:
ServiceException
equals
public boolean equals(Object obj)
getAddresses
public String[] getAddresses()
getApplicationInstanceGroupId
public String getApplicationInstanceGroupId()
getCriteria
public CallEvents[] getCriteria()
getReference
public SimpleReference getReference()
setAddresses
protected void setAddresses(String[] addrs)
setApplicationInstanceGroupId
protected void setApplicationInstanceGroupId(String id)
setCriteria
protected void setCriteria(CallEvents[] cri)
setReference
protected void setReference(SimpleReference ref)
toString
public String toString()