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

Packages that use SipApplicationDispatcher
org.mobicents.servlet.sip   
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
 

Methods in org.mobicents.servlet.sip with parameters of type SipApplicationDispatcher
static void JainSipUtils.setTransactionTimers(gov.nist.javax.sip.TransactionExt transaction, SipApplicationDispatcher sipApplicationDispatcher)
           
 

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.
 

Methods in org.mobicents.servlet.sip.core with parameters of type SipApplicationDispatcher
static java.lang.String[] ApplicationRoutingHeaderComposer.getAppNameAndSessionId(SipApplicationDispatcher sipApplicationDispatcher, java.lang.String text)
           
static java.lang.String ApplicationRoutingHeaderComposer.getHash(SipApplicationDispatcher sipApplicationDispatcher, java.lang.String applicationName, java.lang.String applicationId)
           
 

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

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
MessageDispatcherFactory(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 SipStandardService.sipApplicationDispatcher
           
 

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

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



Copyright © 2011. All Rights Reserved.