org.mobicents.servlet.sip.core
Class ApplicationRoutingHeaderComposer
java.lang.Object
org.mobicents.servlet.sip.core.ApplicationRoutingHeaderComposer
public class ApplicationRoutingHeaderComposer
- extends java.lang.Object
This class manipulates strings representing the AR stack for cases when the container
behaves as UAC. When the container acts as UAC the AR must be stored in the from-tag
of the outgoing request. The string looks like this:
uniqueValue_appname1 and an optional part _appGeneratedApplicationSessionId
- Author:
- vralev, Jean Deruelle
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ApplicationRoutingHeaderComposer
public ApplicationRoutingHeaderComposer(SipApplicationDispatcher sipApplicationDispatcher)
ApplicationRoutingHeaderComposer
public ApplicationRoutingHeaderComposer(SipApplicationDispatcher sipApplicationDispatcher,
java.lang.String text)
setApplicationName
public void setApplicationName(java.lang.String applicationName)
getApplicationName
public java.lang.String getApplicationName()
getAppGeneratedApplicationSessionId
public java.lang.String getAppGeneratedApplicationSessionId()
- Returns:
- the appGeneratedApplicationSessionId
setAppGeneratedApplicationSessionId
public void setAppGeneratedApplicationSessionId(java.lang.String appGeneratedApplicationSessionId)
- Parameters:
appGeneratedApplicationSessionId - the appGeneratedApplicationSessionId to set
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2009. All Rights Reserved.