org.mobicents.servlet.sip.startup.loading
Class SipServletMapping

java.lang.Object
  extended by org.mobicents.servlet.sip.startup.loading.SipServletMapping

public class SipServletMapping
extends java.lang.Object

Author:
Jean Deruelle

Constructor Summary
SipServletMapping()
           
 
Method Summary
 MatchingRule getMatchingRule()
           
 java.lang.String getServletName()
           
 void setMatchingRule(MatchingRule matchingRule)
           
 void setServletName(java.lang.String servletName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SipServletMapping

public SipServletMapping()
Method Detail

getServletName

public java.lang.String getServletName()
Returns:
the servletName

setServletName

public void setServletName(java.lang.String servletName)
Parameters:
servletName - the servletName to set

getMatchingRule

public MatchingRule getMatchingRule()
Returns:
the matchingRule

setMatchingRule

public void setMatchingRule(MatchingRule matchingRule)
Parameters:
matchingRule - the matchingRule to set


Copyright © 2010. All Rights Reserved.