Package org.apache.axis.constants
Class Scope
- java.lang.Object
-
- org.apache.axis.constants.Enum
-
- org.apache.axis.constants.Scope
-
- All Implemented Interfaces:
java.io.Serializable
public class Scope extends Enum
- Author:
- rsitze
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classScope.Type
-
Field Summary
Fields Modifier and Type Field Description static ScopeAPPLICATIONstatic java.lang.StringAPPLICATION_STRstatic ScopeDEFAULTstatic ScopeFACTORYstatic java.lang.StringFACTORY_STRstatic ScopeREQUESTstatic java.lang.StringREQUEST_STRstatic ScopeSESSIONstatic java.lang.StringSESSION_STR
-
Constructor Summary
Constructors Modifier Constructor Description protectedScope()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ScopegetDefault()static ScopegetScope(int scope)static ScopegetScope(java.lang.String scope)static ScopegetScope(java.lang.String scope, Scope dephault)static java.lang.String[]getScopes()static booleanisValid(java.lang.String scope)static intsize()
-
-
-
Field Detail
-
REQUEST_STR
public static final java.lang.String REQUEST_STR
- See Also:
- Constant Field Values
-
APPLICATION_STR
public static final java.lang.String APPLICATION_STR
- See Also:
- Constant Field Values
-
SESSION_STR
public static final java.lang.String SESSION_STR
- See Also:
- Constant Field Values
-
FACTORY_STR
public static final java.lang.String FACTORY_STR
- See Also:
- Constant Field Values
-
REQUEST
public static final Scope REQUEST
-
APPLICATION
public static final Scope APPLICATION
-
SESSION
public static final Scope SESSION
-
FACTORY
public static final Scope FACTORY
-
DEFAULT
public static final Scope DEFAULT
-
-
Method Detail
-
getDefault
public static Scope getDefault()
-
getScope
public static final Scope getScope(int scope)
-
getScope
public static final Scope getScope(java.lang.String scope)
-
isValid
public static final boolean isValid(java.lang.String scope)
-
size
public static final int size()
-
getScopes
public static final java.lang.String[] getScopes()
-
-