当前页面:
在线文档首页 >
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
org.apache.axis.enum.Enum
org.apache.axis.enum.Scope
- All Implemented Interfaces:
- Serializable
- public class Scope
- extends Enum
- Author:
- rsitze
- See Also:
- Serialized Form
Fields inherited from class org.apache.axis.enum.Enum |
name, value |
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
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.