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(SipApplicationDispatcher sipApplicationDispatcher)
           
 
Method Summary
 RequestDispatcher getRequestDispatcher(SipServletRequestImpl sipServletRequest, SipApplicationDispatcherImpl sipApplicationDispatcher)
           
 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(SipApplicationDispatcher sipApplicationDispatcher)
Method Detail

getRequestDispatcher

public final RequestDispatcher getRequestDispatcher(SipServletRequestImpl sipServletRequest,
                                                    SipApplicationDispatcherImpl sipApplicationDispatcher)

getResponseDispatcher

public final ResponseDispatcher getResponseDispatcher(SipServletResponseImpl sipServletResponse,
                                                      SipApplicationDispatcherImpl sipApplicationDispatcher)


Copyright © 2009. All Rights Reserved.