Uses of Class
org.apache.axis.constants.Scope
-
Packages that use Scope Package Description org.apache.axis.constants org.apache.axis.wsdl.toJava -
-
Uses of Scope in org.apache.axis.constants
Fields in org.apache.axis.constants declared as Scope Modifier and Type Field Description static ScopeScope. APPLICATIONstatic ScopeScope. DEFAULTstatic ScopeScope. FACTORYstatic ScopeScope. REQUESTstatic ScopeScope. SESSIONMethods in org.apache.axis.constants that return Scope Modifier and Type Method Description static ScopeScope. getDefault()static ScopeScope. getScope(int scope)static ScopeScope. getScope(java.lang.String scope)static ScopeScope. getScope(java.lang.String scope, Scope dephault)ScopeScope.Type. getScope(int scope)ScopeScope.Type. getScope(java.lang.String scope)ScopeScope.Type. getScope(java.lang.String scope, Scope dephault)Methods in org.apache.axis.constants with parameters of type Scope Modifier and Type Method Description static ScopeScope. getScope(java.lang.String scope, Scope dephault)ScopeScope.Type. getScope(java.lang.String scope, Scope dephault) -
Uses of Scope in org.apache.axis.wsdl.toJava
Methods in org.apache.axis.wsdl.toJava that return Scope Modifier and Type Method Description ScopeEmitter. getScope()Get the scope for the deploy.xml file.Methods in org.apache.axis.wsdl.toJava with parameters of type Scope Modifier and Type Method Description voidEmitter. setScope(Scope scope)Set the scope for the deploy.xml file.
-