站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档

Scope (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档


org.apache.axis.enum
Class Scope

java.lang.Object
  extended byorg.apache.axis.enum.Enum
      extended byorg.apache.axis.enum.Scope
All Implemented Interfaces:
Serializable

public class Scope
extends Enum

Author:
rsitze
See Also:
Serialized Form

Nested Class Summary
static class Scope.Type
           
 
Field Summary
static Scope APPLICATION
           
static String APPLICATION_STR
           
static Scope DEFAULT
           
static Scope REQUEST
           
static String REQUEST_STR
           
static Scope SESSION
           
static String SESSION_STR
           
 
Fields inherited from class org.apache.axis.enum.Enum
name, value
 
Method Summary
static Scope getDefault()
           
static Scope getScope(int scope)
           
static Scope getScope(String scope)
           
static Scope getScope(String scope, Scope dephault)
           
static String[] getScopes()
           
static boolean isValid(String scope)
           
static int size()
           
 
Methods inherited from class org.apache.axis.enum.Enum
equals, equals, getName, getType, getValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

REQUEST_STR

public static final String REQUEST_STR
See Also:
Constant Field Values

APPLICATION_STR

public static final String APPLICATION_STR
See Also:
Constant Field Values

SESSION_STR

public static final String SESSION_STR
See Also:
Constant Field Values

REQUEST

public static final Scope REQUEST

APPLICATION

public static final Scope APPLICATION

SESSION

public static final Scope SESSION

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(String scope)

getScope

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

isValid

public static final boolean isValid(String scope)

size

public static final int size()

getScopes

public static final String[] getScopes()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.