org.echarts.servlet.sip.messages
Class Message

java.lang.Object
  extended by org.echarts.servlet.sip.messages.Request
      extended by org.echarts.servlet.sip.messages.Message
All Implemented Interfaces:
java.lang.Cloneable, javax.servlet.ServletRequest, SipServletMessage, SipServletRequest, OtherRequest

public class Message
extends Request
implements OtherRequest

Represents SIP MESSAGE request.


Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.servlet.sip.SipServletMessage
SipServletMessage.HeaderForm
 
Constructor Summary
Message(SipServletRequest req)
           
 
Method Summary
 
Methods inherited from class org.echarts.servlet.sip.messages.Request
addAcceptLanguage, addAddressHeader, addAuthHeader, addAuthHeader, addHeader, addParameterableHeader, createCancel, createMessage, createResponse, createResponse, getAcceptLanguage, getAcceptLanguages, getAddressHeader, getAddressHeaders, getApplicationSession, getApplicationSession, getAttribute, getAttributeNames, getB2buaHelper, getCallId, getCharacterEncoding, getContent, getContentAsBytes, getContentAsString, getContentLanguage, getContentLength, getContentType, getExpires, getFrom, getHeader, getHeaderForm, getHeaderNames, getHeaders, getInitialPoppedRoute, getInitialRemoteAddr, getInitialRemotePort, getInitialTransport, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getMaxForwards, getMethod, getOriginalMessage, getParameter, getParameterableHeader, getParameterableHeaders, getParameterMap, getParameterNames, getParameterValues, getPoppedRoute, getProtocol, getProxy, getProxy, getRawContent, getReader, getRealPath, getRegion, getRemoteAddr, getRemoteHost, getRemotePort, getRemoteUser, getRequestDispatcher, getRequestURI, getRoutingDirective, getScheme, getServerName, getServerPort, getSession, getSession, getSubscriberURI, getTo, getTransport, getUserPrincipal, isCommitted, isInitial, isSecure, isUserInRole, pushPath, pushRoute, pushRoute, removeAttribute, removeHeader, send, setAcceptLanguage, setAddressHeader, setAttribute, setCharacterEncoding, setContent, setContentLanguage, setContentLength, setContentType, setExpires, setHeader, setHeaderForm, setMaxForwards, setOriginalRequestURI, setParameterableHeader, setRequestURI, setRoutingDirective, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.servlet.sip.SipServletRequest
addAuthHeader, addAuthHeader, createCancel, createResponse, createResponse, getB2buaHelper, getInitialPoppedRoute, getInputStream, getMaxForwards, getPoppedRoute, getProxy, getProxy, getReader, getRegion, getRequestURI, getRoutingDirective, getSubscriberURI, isInitial, pushPath, pushRoute, pushRoute, send, setMaxForwards, setRequestURI, setRoutingDirective
 
Methods inherited from interface javax.servlet.ServletRequest
getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding
 
Methods inherited from interface javax.servlet.sip.SipServletMessage
addAcceptLanguage, addAddressHeader, addHeader, addParameterableHeader, getAcceptLanguage, getAcceptLanguages, getAddressHeader, getAddressHeaders, getApplicationSession, getApplicationSession, getAttribute, getAttributeNames, getCallId, getCharacterEncoding, getContent, getContentLanguage, getContentLength, getContentType, getExpires, getFrom, getHeader, getHeaderForm, getHeaderNames, getHeaders, getInitialRemoteAddr, getInitialRemotePort, getInitialTransport, getLocalAddr, getLocalPort, getMethod, getParameterableHeader, getParameterableHeaders, getProtocol, getRawContent, getRemoteAddr, getRemotePort, getRemoteUser, getSession, getSession, getTo, getTransport, getUserPrincipal, isCommitted, isSecure, isUserInRole, removeAttribute, removeHeader, setAcceptLanguage, setAddressHeader, setAttribute, setCharacterEncoding, setContent, setContentLanguage, setContentLength, setContentType, setExpires, setHeader, setHeaderForm, setParameterableHeader
 

Constructor Detail

Message

public Message(SipServletRequest req)