org.mobicents.servlet.sip.core
Class ApplicationRoutingHeaderStack

java.lang.Object
  extended by org.mobicents.servlet.sip.core.ApplicationRoutingHeaderStack

public class ApplicationRoutingHeaderStack
extends java.lang.Object

This class manipulates a string that contains the AR stack for cases when the container behaves as UAC. The string looks like this: appname1!handler1/appname2!handler2/appname3!handler3/.../...

Author:
vralev

Nested Class Summary
static class ApplicationRoutingHeaderStack.ApplicationRouterNode
           
 
Constructor Summary
ApplicationRoutingHeaderStack(java.lang.String text)
           
 
Method Summary
 void addNode(ApplicationRoutingHeaderStack.ApplicationRouterNode node)
           
 ApplicationRoutingHeaderStack.ApplicationRouterNode getLast()
           
 void removeLast()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApplicationRoutingHeaderStack

public ApplicationRoutingHeaderStack(java.lang.String text)
Method Detail

addNode

public void addNode(ApplicationRoutingHeaderStack.ApplicationRouterNode node)

removeLast

public void removeLast()

getLast

public ApplicationRoutingHeaderStack.ApplicationRouterNode getLast()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2009. All Rights Reserved.