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 ServiceGroupContext
ConfigurationContext. createServiceGroupContext(AxisServiceGroup serviceGroup)
Create a ServiceGroupContext for the specified service group, and notify any registered ContextListener.ServiceGroupContext
ConfigurationContext. getServiceGroupContext(String serviceGroupCtxId)
Returns a ServiceGroupContext object associated with the specified ID from the internal table.ServiceGroupContext
MessageContext. getServiceGroupContext()
ServiceGroupContext
ServiceContext. getServiceGroupContext()
ServiceGroupContext
SessionContext. getServiceGroupContext(String serviceGroupID)
ServiceGroupContext
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 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 void
SessionContext. addServiceGroupContext(ServiceGroupContext serviceGroupContext)
void
ConfigurationContext. addServiceGroupContextIntoApplicationScopeTable(ServiceGroupContext serviceGroupContext)
Adds the given ServiceGroupContext into the Application Scope tablevoid
ConfigurationContext. addServiceGroupContextIntoSoapSessionTable(ServiceGroupContext serviceGroupContext)
Adds the given ServiceGroupContext into the SOAP session tableboolean
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.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.void
MessageContext. 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 void
DependencyManager. initService(ServiceGroupContext serviceGroupContext)
To init all the services in application scope
-