|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageExt
Method Summary | |
---|---|
Object |
getApplicationData()
Returns the application data associated with the transaction.This specification does not define the format of this application specific data. |
MultipartMimeContent |
getMultipartMimeContent()
Get the multipart mime content from a message. |
void |
setApplicationData(Object applicationData)
This method allows applications to associate application context with the message. |
Methods inherited from interface javax.sip.message.Message |
---|
addFirst, addHeader, addLast, clone, equals, getContent, getContentDisposition, getContentEncoding, getContentLanguage, getContentLength, getExpires, getHeader, getHeaderNames, getHeaders, getRawContent, getSIPVersion, getUnrecognizedHeaders, hashCode, removeContent, removeFirst, removeHeader, removeLast, setContent, setContentDisposition, setContentEncoding, setContentLanguage, setContentLength, setExpires, setHeader, setSIPVersion, toString |
Method Detail |
---|
void setApplicationData(Object applicationData)
applicationData
- - un-interpreted application data.Object getApplicationData()
MultipartMimeContent getMultipartMimeContent() throws ParseException
Message
- message
ParseException
- if the content type is multipart mime but the content
is not properly encoded.
|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |