org.apache.axis.constants

Class Scope

Implemented Interfaces:
java.io.Serializable
Known Direct Subclasses:
Scope

public class Scope
extends Enum

Author:
rsitze

See Also:
Serialized Form

Nested Class Summary

static class
Scope.Type

Nested classes/interfaces inherited from class org.apache.axis.constants.Enum

Enum.Type

Field Summary

static Scope
APPLICATION
static String
APPLICATION_STR
static Scope
DEFAULT
static Scope
FACTORY
static String
FACTORY_STR
static Scope
REQUEST
static String
REQUEST_STR
static Scope
SESSION
static String
SESSION_STR

Fields inherited from class org.apache.axis.constants.Enum

log, name, value

Constructor Summary

Scope()

Method Summary

static Scope
getDefault()
static Scope
getScope(String scope)
static Scope
getScope(String scope, Scope dephault)
static Scope
getScope(int scope)
static String[]
getScopes()
static boolean
isValid(String scope)
static int
size()

Methods inherited from class org.apache.axis.constants.Enum

equals, equals, getName, getType, getValue, hashCode, toString

Field Details

APPLICATION

public static final Scope APPLICATION


APPLICATION_STR

public static final String APPLICATION_STR


DEFAULT

public static final Scope DEFAULT


FACTORY

public static final Scope FACTORY


FACTORY_STR

public static final String FACTORY_STR


REQUEST

public static final Scope REQUEST


REQUEST_STR

public static final String REQUEST_STR


SESSION

public static final Scope SESSION


SESSION_STR

public static final String SESSION_STR

Constructor Details

Scope

protected Scope()

Method Details

getDefault

public static Scope getDefault()


getScope

public static final Scope getScope(String scope)


getScope

public static final Scope getScope(String scope,
                                   Scope dephault)


getScope

public static final Scope getScope(int scope)


getScopes

public static final String[] getScopes()


isValid

public static final boolean isValid(String scope)


size

public static final int size()


Copyright B) 2005 Apache Web Services Project. All Rights Reserved.