Uses of Class
org.apache.axis2.context.ServiceGroupContext

Packages that use ServiceGroupContext
org.apache.axis2.context   
org.apache.axis2.engine   
 

Uses of ServiceGroupContext in org.apache.axis2.context
 

Methods in org.apache.axis2.context that return ServiceGroupContext
 ServiceGroupContext ConfigurationContext.getServiceGroupContextFromSoapSessionTable(java.lang.String serviceGroupContextId, MessageContext msgContext)
           
 ServiceGroupContext ConfigurationContext.getServiceGroupContext(java.lang.String Id)
          Returns a ServiceGroupContext object associated with the specified ID from the internal table.
 ServiceGroupContext MessageContext.getServiceGroupContext()
           
 ServiceGroupContext SessionContext.getServiceGroupContext(java.lang.String serviceGroupID)
           
static ServiceGroupContext ContextFactory.createServiceGroupContext(ConfigurationContext configurationContext, AxisServiceGroup serviceGroup)
           
 ServiceGroupContext ServiceContext.getServiceGroupContext()
           
 

Methods in org.apache.axis2.context with parameters of type ServiceGroupContext
 void ConfigurationContext.registerServiceGroupContextintoSoapSessionTable(ServiceGroupContext serviceGroupContext)
           
 void ConfigurationContext.addServiceGroupContextintoApplicatoionScopeTable(ServiceGroupContext serviceGroupContext)
           
 void MessageContext.setServiceGroupContext(ServiceGroupContext serviceGroupContext)
           
 void SessionContext.addServiceGroupContext(ServiceGroupContext serviceGroupContext)
           
static ServiceContext ContextFactory.createServiceContext(ServiceGroupContext serviceGroupContext, AxisService service)
           
 void ServiceGroupContext.putContextProperties(ServiceGroupContext context)
          This will do a copy of the properties from this context object to the properties of the specified context object.
 boolean ServiceGroupContext.isEquivalent(ServiceGroupContext ctx)
          Compares key parts of the state from the current instance of this class with the specified instance to see if they are equivalent.
 

Constructors in org.apache.axis2.context with parameters of type ServiceGroupContext
ServiceContext(AxisService serviceConfig, ServiceGroupContext serviceGroupContext)
           
 

Uses of ServiceGroupContext in org.apache.axis2.engine
 

Methods in org.apache.axis2.engine with parameters of type ServiceGroupContext
static void DependencyManager.initService(ServiceGroupContext serviceGroupContext)
          To init all the services in application scope
 



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.