Uses of Class
org.jboss.axis.enums.Scope

Packages that use Scope
org.jboss.axis.enums   
org.jboss.axis.wsdl.toJava   
 

Uses of Scope in org.jboss.axis.enums
 

Fields in org.jboss.axis.enums declared as Scope
static Scope Scope.APPLICATION
           
static Scope Scope.DEFAULT
           
static Scope Scope.REQUEST
           
static Scope Scope.SESSION
           
 

Methods in org.jboss.axis.enums that return Scope
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)
           
 

Methods in org.jboss.axis.enums with parameters of type Scope
static Scope Scope.getScope(String scope, Scope dephault)
           
 Scope Scope.Type.getScope(String scope, Scope dephault)
           
 

Uses of Scope in org.jboss.axis.wsdl.toJava
 

Methods in org.jboss.axis.wsdl.toJava that return Scope
 Scope Emitter.getScope()
          Get the scope for the deploy.xml file.
 

Methods in org.jboss.axis.wsdl.toJava with parameters of type Scope
 void Emitter.setScope(Scope scope)
          Set the scope for the deploy.xml file.
 



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