Package | Description |
---|---|
org.apache.axis.constants | |
org.apache.axis.enum | |
org.apache.axis.wsdl.toJava |
Modifier and Type | Field and Description |
---|---|
static Scope |
Scope.APPLICATION |
static Scope |
Scope.DEFAULT |
static Scope |
Scope.FACTORY |
static Scope |
Scope.REQUEST |
static Scope |
Scope.SESSION |
Modifier and Type | Method and Description |
---|---|
static Scope |
Scope.getDefault() |
static Scope |
Scope.getScope(int scope) |
Scope |
Scope.Type.getScope(int scope) |
static Scope |
Scope.getScope(String scope) |
Scope |
Scope.Type.getScope(String scope) |
static Scope |
Scope.getScope(String scope,
Scope dephault) |
Scope |
Scope.Type.getScope(String scope,
Scope dephault) |
Modifier and Type | Method and Description |
---|---|
static Scope |
Scope.getScope(String scope,
Scope dephault) |
Scope |
Scope.Type.getScope(String scope,
Scope dephault) |
Modifier and Type | Class and Description |
---|---|
class |
Scope
Deprecated.
please use org.apache.axis.constants.Scope
|
Modifier and Type | Method and Description |
---|---|
Scope |
Emitter.getScope()
Get the scope for the deploy.xml file.
|
Modifier and Type | Method and Description |
---|---|
void |
Emitter.setScope(Scope scope)
Set the scope for the deploy.xml file.
|
Copyright © The Apache Software Foundation. All Rights Reserved.