Package org.apache.axis2.util
Class SessionUtils
- java.lang.Object
-
- org.apache.axis2.util.SessionUtils
-
public class SessionUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description SessionUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringcalculateMaxScopeForServiceGroup(AxisServiceGroup axisServiceGroup)Walk through the list of services and use the maximum of the scopes as the scope for the whole service group
-
-
-
Method Detail
-
calculateMaxScopeForServiceGroup
public static String calculateMaxScopeForServiceGroup(AxisServiceGroup axisServiceGroup)
Walk through the list of services and use the maximum of the scopes as the scope for the whole service group- Parameters:
axisServiceGroup- the service group- Returns:
- scope for the service group
-
-