org.apache.axis2.util
Class SessionUtils

java.lang.Object
  extended by org.apache.axis2.util.SessionUtils

public class SessionUtils
extends java.lang.Object


Constructor Summary
SessionUtils()
           
 
Method Summary
static java.lang.String calculateMaxScopeForServiceGroup(AxisServiceGroup axisServiceGroup)
          Walk through the list of services and use the minimum of the scopes as the scope for the whole service group
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionUtils

public SessionUtils()
Method Detail

calculateMaxScopeForServiceGroup

public static java.lang.String calculateMaxScopeForServiceGroup(AxisServiceGroup axisServiceGroup)
Walk through the list of services and use the minimum of the scopes as the scope for the whole service group

Parameters:
axisServiceGroup -
Returns:
scope for the service group


Copyright © 2007 Apache Web Services Project. All Rights Reserved.