Uses of Class
org.apache.axis2.context.ServiceGroupContext
-
Packages that use ServiceGroupContext Package Description 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 Modifier and Type Method Description ServiceGroupContextConfigurationContext. createServiceGroupContext(AxisServiceGroup serviceGroup)Create a ServiceGroupContext for the specified service group, and notify any registered ContextListener.ServiceGroupContextConfigurationContext. getServiceGroupContext(String serviceGroupCtxId)Returns a ServiceGroupContext object associated with the specified ID from the internal table.ServiceGroupContextMessageContext. getServiceGroupContext()ServiceGroupContextServiceContext. getServiceGroupContext()ServiceGroupContextSessionContext. getServiceGroupContext(String serviceGroupID)ServiceGroupContextConfigurationContext. 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 ServiceGroupContext Modifier and Type Method Description Iterator<ServiceGroupContext>SessionContext. getServiceGroupContext()Methods in org.apache.axis2.context with parameters of type ServiceGroupContext Modifier and Type Method Description voidSessionContext. 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 ServiceGroupContext Modifier and Type Method Description static voidDependencyManager. initService(ServiceGroupContext serviceGroupContext)To init all the services in application scope
-