org.mobicents.slee.sipevent.server.subscription
Class NotifyContent

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.lang.Object getContent()
           
 javax.sip.header.ContentTypeHeader getContentTypeHeader()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotifyContent

public NotifyContent(java.lang.Object content,
                     javax.sip.header.ContentTypeHeader contentTypeHeader)
Method Detail

getContent

public java.lang.Object getContent()

getContentTypeHeader

public javax.sip.header.ContentTypeHeader getContentTypeHeader()


Copyright © 2009. All Rights Reserved.