Uses of Class
org.mobicents.servlet.sip.message.SipServletMessageImpl

Packages that use SipServletMessageImpl
org.mobicents.servlet.sip.core.dispatchers   
org.mobicents.servlet.sip.core.session   
org.mobicents.servlet.sip.message   
 

Uses of SipServletMessageImpl in org.mobicents.servlet.sip.core.dispatchers
 

Fields in org.mobicents.servlet.sip.core.dispatchers declared as SipServletMessageImpl
protected  SipServletMessageImpl DispatchTask.sipServletMessage
           
 

Methods in org.mobicents.servlet.sip.core.dispatchers with parameters of type SipServletMessageImpl
 void ResponseDispatcher.checkInitialRemoteInformation(SipServletMessageImpl sipServletMessage, javax.sip.header.ViaHeader nextViaHeader)
          This method checks if the initial remote information as specified by SIP Servlets 1.1 Section 15.7 is available.
 void InitialRequestDispatcher.dispatchMessage(javax.sip.SipProvider sipProvider, SipServletMessageImpl sipServletMessage)
          Responsible for routing and dispatching a SIP message to the correct application
abstract  void MessageDispatcher.dispatchMessage(javax.sip.SipProvider sipProvider, SipServletMessageImpl sipServletMessage)
          Responsible for routing and dispatching a SIP message to the correct application
 void ResponseDispatcher.dispatchMessage(javax.sip.SipProvider sipProvider, SipServletMessageImpl sipServletMessage)
          Responsible for routing and dispatching a SIP message to the correct application
 void CancelRequestDispatcher.dispatchMessage(javax.sip.SipProvider sipProvider, SipServletMessageImpl sipServletMessage)
          Responsible for routing and dispatching a SIP message to the correct application
 void SubsequentRequestDispatcher.dispatchMessage(javax.sip.SipProvider sipProvider, SipServletMessageImpl sipServletMessage)
          Responsible for routing and dispatching a SIP message to the correct application
 java.util.concurrent.ExecutorService MessageDispatcher.getConcurrencyModelExecutorService(SipContext sipContext, SipServletMessageImpl sipServletMessage)
          This method return an ExecutorService depending on the current concurrency strategy.
 

Constructors in org.mobicents.servlet.sip.core.dispatchers with parameters of type SipServletMessageImpl
DispatchTask(SipServletMessageImpl sipServletMessage, javax.sip.SipProvider sipProvider)
           
 

Uses of SipServletMessageImpl in org.mobicents.servlet.sip.core.session
 

Methods in org.mobicents.servlet.sip.core.session that return SipServletMessageImpl
 SipServletMessageImpl MobicentsSipSession.getSessionCreatingTransactionRequest()
           
 

Methods in org.mobicents.servlet.sip.core.session with parameters of type SipServletMessageImpl
 void SipSessionImpl.addSubscription(SipServletMessageImpl sipServletMessageImpl)
          
 void MobicentsSipSession.addSubscription(SipServletMessageImpl sipServletMessage)
           
 void SipSessionImpl.removeSubscription(SipServletMessageImpl sipServletMessageImpl)
          
 void MobicentsSipSession.removeSubscription(SipServletMessageImpl sipServletMessage)
           
 void SipSessionImpl.setSessionCreatingTransactionRequest(SipServletMessageImpl message)
           
 void MobicentsSipSession.setSessionCreatingTransactionRequest(SipServletMessageImpl message)
           
 

Uses of SipServletMessageImpl in org.mobicents.servlet.sip.message
 

Subclasses of SipServletMessageImpl in org.mobicents.servlet.sip.message
 class SipServletRequestImpl
           
 class SipServletResponseImpl
          Implementation of the sip servlet response interface
 

Methods in org.mobicents.servlet.sip.message that return SipServletMessageImpl
 SipServletMessageImpl MobicentsSipSessionFacade.getSessionCreatingTransactionRequest()
           
 SipServletMessageImpl TransactionApplicationData.getSipServletMessage()
           
 

Methods in org.mobicents.servlet.sip.message with parameters of type SipServletMessageImpl
 void MobicentsSipSessionFacade.addSubscription(SipServletMessageImpl sipServletMessage)
           
 void MobicentsSipSessionFacade.removeSubscription(SipServletMessageImpl sipServletMessage)
           
 void MobicentsSipSessionFacade.setSessionCreatingTransactionRequest(SipServletMessageImpl message)
           
 

Constructors in org.mobicents.servlet.sip.message with parameters of type SipServletMessageImpl
TransactionApplicationData(SipServletMessageImpl sipServletMessage)
           
 



Copyright © 2010. All Rights Reserved.