org.mobicents.slee.resource.http
Class HttpServletResourceEntryPointManager
java.lang.Object
org.mobicents.slee.resource.http.HttpServletResourceEntryPointManager
public class HttpServletResourceEntryPointManager
- extends java.lang.Object
Manages the active resource entry points.
- Author:
- martins
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpServletResourceEntryPointManager
public HttpServletResourceEntryPointManager()
getResourceEntryPoint
public static HttpServletResourceEntryPoint getResourceEntryPoint(java.lang.String name)
- Parameters:
name -
- Returns:
removeResourceEntryPoint
public static void removeResourceEntryPoint(java.lang.String name)
- Parameters:
name -
putResourceEntryPoint
public static void putResourceEntryPoint(java.lang.String name,
HttpServletResourceEntryPoint resourceEntryPoint)
- Parameters:
name - resourceEntryPoint -
Copyright © 2009. All Rights Reserved.