org.apache.axis.enum
Class Scope
java.lang.Object
|
+--org.apache.axis.enum.Enum
|
+--org.apache.axis.enum.Scope
- All Implemented Interfaces:
- java.io.Serializable
- public class Scope
- extends Enum
- Author:
- rsitze
- See Also:
- Serialized Form
Inner classes inherited from class org.apache.axis.enum.Enum |
Enum.Type |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
REQUEST_STR
public static final java.lang.String REQUEST_STR
APPLICATION_STR
public static final java.lang.String APPLICATION_STR
SESSION_STR
public static final java.lang.String SESSION_STR
REQUEST
public static final Scope REQUEST
APPLICATION
public static final Scope APPLICATION
SESSION
public static final Scope SESSION
DEFAULT
public static final Scope DEFAULT
getDefault
public static Scope getDefault()
getScope
public static final Scope getScope(int scope)
getScope
public static final Scope getScope(java.lang.String scope)
getScope
public static final Scope getScope(java.lang.String scope,
Scope dephault)
isValid
public static final boolean isValid(java.lang.String scope)
size
public static final int size()
getScopes
public static final java.lang.String[] getScopes()
Copyright © 2003 Apache Web Services Project. All Rights Reserved.