org.mobicents.slee.sipevent.server.subscription
Class NotifyContent
java.lang.Object
org.mobicents.slee.sipevent.server.subscription.NotifyContent
public class NotifyContent
- extends java.lang.Object
Container of content for a SIP notify request
- Author:
- eduardomartins
|
Constructor Summary |
NotifyContent(java.lang.Object content,
javax.sip.header.ContentTypeHeader contentTypeHeader,
java.util.Map<java.lang.String,java.lang.String> eventHeaderParams)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotifyContent
public NotifyContent(java.lang.Object content,
javax.sip.header.ContentTypeHeader contentTypeHeader,
java.util.Map<java.lang.String,java.lang.String> eventHeaderParams)
getContent
public java.lang.Object getContent()
getEventHeaderParams
public java.util.Map<java.lang.String,java.lang.String> getEventHeaderParams()
getContentTypeHeader
public javax.sip.header.ContentTypeHeader getContentTypeHeader()
Copyright © 2011. All Rights Reserved.