Uses of Class
org.apache.axis2.context.ServiceGroupContext
Packages that use ServiceGroupContext
-
Uses of ServiceGroupContext in org.apache.axis2.context
Methods in org.apache.axis2.context that return ServiceGroupContextModifier and TypeMethodDescriptionConfigurationContext.createServiceGroupContext(AxisServiceGroup serviceGroup) Create a ServiceGroupContext for the specified service group, and notify any registered ContextListener.ConfigurationContext.getServiceGroupContext(String serviceGroupCtxId) Returns a ServiceGroupContext object associated with the specified ID from the internal table.MessageContext.getServiceGroupContext()ServiceContext.getServiceGroupContext()SessionContext.getServiceGroupContext(String serviceGroupID) ConfigurationContext.getServiceGroupContextFromSoapSessionTable(String serviceGroupContextId, MessageContext msgContext) Retrieve the ServiceGroupContext from the SOAP session tableMethods in org.apache.axis2.context that return types with arguments of type ServiceGroupContextMethods in org.apache.axis2.context with parameters of type ServiceGroupContextModifier and TypeMethodDescriptionvoidSessionContext.addServiceGroupContext(ServiceGroupContext serviceGroupContext) voidConfigurationContext.addServiceGroupContextIntoApplicationScopeTable(ServiceGroupContext serviceGroupContext) Adds the given ServiceGroupContext into the Application Scope tablevoidConfigurationContext.addServiceGroupContextIntoSoapSessionTable(ServiceGroupContext serviceGroupContext) Adds the given ServiceGroupContext into the SOAP session tablebooleanServiceGroupContext.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.voidServiceGroupContext.putContextProperties(ServiceGroupContext context) This will do a copy of the properties from this context object to the properties of the specified context object.voidMessageContext.setServiceGroupContext(ServiceGroupContext serviceGroupContext) -
Uses of ServiceGroupContext in org.apache.axis2.engine
Methods in org.apache.axis2.engine with parameters of type ServiceGroupContextModifier and TypeMethodDescriptionstatic voidDependencyManager.initService(ServiceGroupContext serviceGroupContext) To init all the services in application scope