Uses of Interface
org.mobicents.servlet.sip.core.SipApplicationDispatcher

Packages that use SipApplicationDispatcher
org.mobicents.servlet.sip.core   
org.mobicents.servlet.sip.core.dispatchers   
org.mobicents.servlet.sip.message   
org.mobicents.servlet.sip.startup   
 

Uses of SipApplicationDispatcher in org.mobicents.servlet.sip.core
 

Classes in org.mobicents.servlet.sip.core that implement SipApplicationDispatcher
 class SipApplicationDispatcherImpl
          Implementation of the SipApplicationDispatcher interface.
 

Constructors in org.mobicents.servlet.sip.core with parameters of type SipApplicationDispatcher
DNSAddressResolver(SipApplicationDispatcher sipApplicationDispatcher)
           
 

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

Fields in org.mobicents.servlet.sip.core.dispatchers declared as SipApplicationDispatcher
protected  SipApplicationDispatcher MessageDispatcher.sipApplicationDispatcher
           
 

Constructors in org.mobicents.servlet.sip.core.dispatchers with parameters of type SipApplicationDispatcher
CancelRequestDispatcher(SipApplicationDispatcher sipApplicationDispatcher)
           
InitialRequestDispatcher(SipApplicationDispatcher sipApplicationDispatcher)
           
MessageDispatcher(SipApplicationDispatcher sipApplicationDispatcher)
           
RequestDispatcher(SipApplicationDispatcher sipApplicationDispatcher)
           
ResponseDispatcher(SipApplicationDispatcher sipApplicationDispatcher)
           
SubsequentRequestDispatcher(SipApplicationDispatcher sipApplicationDispatcher)
           
 

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

Methods in org.mobicents.servlet.sip.message that return SipApplicationDispatcher
 SipApplicationDispatcher SipFactoryImpl.getSipApplicationDispatcher()
           
 

Methods in org.mobicents.servlet.sip.message with parameters of type SipApplicationDispatcher
 void SipFactoryImpl.setSipApplicationDispatcher(SipApplicationDispatcher sipApplicationDispatcher)
           
 

Constructors in org.mobicents.servlet.sip.message with parameters of type SipApplicationDispatcher
SipFactoryImpl(SipApplicationDispatcher sipApplicationDispatcher)
          Dafault constructor
 

Uses of SipApplicationDispatcher in org.mobicents.servlet.sip.startup
 

Fields in org.mobicents.servlet.sip.startup declared as SipApplicationDispatcher
protected  SipApplicationDispatcher SipStandardContext.sipApplicationDispatcher
           
protected  SipApplicationDispatcher SipStandardService.sipApplicationDispatcher
           
 

Methods in org.mobicents.servlet.sip.startup that return SipApplicationDispatcher
 SipApplicationDispatcher SipStandardContext.getSipApplicationDispatcher()
           
 SipApplicationDispatcher SipStandardService.getSipApplicationDispatcher()
           
 SipApplicationDispatcher SipService.getSipApplicationDispatcher()
          Retrieve the sip application dispatcher associated with this service
 SipApplicationDispatcher SipContext.getSipApplicationDispatcher()
           
 

Methods in org.mobicents.servlet.sip.startup with parameters of type SipApplicationDispatcher
 void SipStandardService.setSipApplicationDispatcher(SipApplicationDispatcher sipApplicationDispatcher)
           
 void SipService.setSipApplicationDispatcher(SipApplicationDispatcher sipApplicationDispatcher)
          Set the sip application dispatcher associated with this service
 



Copyright © 2009. All Rights Reserved.