org.mobicents.servlet.sip.core.dispatchers
Class MessageDispatcherFactory

java.lang.Object
  extended by org.mobicents.servlet.sip.core.dispatchers.MessageDispatcherFactory

public class MessageDispatcherFactory
extends java.lang.Object

This class is responsible for choosing the correct message dispatcher to dispatch a message to an application

Author:
Jean Deruelle

Constructor Summary
MessageDispatcherFactory()
           
 
Method Summary
static RequestDispatcher getRequestDispatcher(SipServletRequestImpl sipServletRequest, SipApplicationDispatcherImpl sipApplicationDispatcher)
           
static ResponseDispatcher getResponseDispatcher(SipServletResponseImpl sipServletResponse, SipApplicationDispatcherImpl sipApplicationDispatcher)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageDispatcherFactory

public MessageDispatcherFactory()
Method Detail

getRequestDispatcher

public static RequestDispatcher getRequestDispatcher(SipServletRequestImpl sipServletRequest,
                                                     SipApplicationDispatcherImpl sipApplicationDispatcher)

getResponseDispatcher

public static ResponseDispatcher getResponseDispatcher(SipServletResponseImpl sipServletResponse,
                                                       SipApplicationDispatcherImpl sipApplicationDispatcher)


Copyright © 2009. All Rights Reserved.