|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.createServiceGroupContext(AxisServiceGroup serviceGroup)
Create a ServiceGroupContext for the specified service group, and notify any registered ContextListener. |
ServiceGroupContext |
ServiceContext.getServiceGroupContext()
|
ServiceGroupContext |
MessageContext.getServiceGroupContext()
|
ServiceGroupContext |
ConfigurationContext.getServiceGroupContext(java.lang.String serviceGroupCtxId)
Returns a ServiceGroupContext object associated with the specified ID from the internal table. |
ServiceGroupContext |
SessionContext.getServiceGroupContext(java.lang.String serviceGroupID)
|
ServiceGroupContext |
ConfigurationContext.getServiceGroupContextFromSoapSessionTable(java.lang.String serviceGroupContextId,
MessageContext msgContext)
Retrieve the ServiceGroupContext from the SOAP session table |
Methods in org.apache.axis2.context with parameters of type ServiceGroupContext | |
---|---|
void |
SessionContext.addServiceGroupContext(ServiceGroupContext serviceGroupContext)
|
void |
ConfigurationContext.addServiceGroupContextIntoApplicationScopeTable(ServiceGroupContext serviceGroupContext)
Adds the given ServiceGroupContext into the Application Scope table |
void |
ConfigurationContext.addServiceGroupContextIntoSoapSessionTable(ServiceGroupContext serviceGroupContext)
Adds the given ServiceGroupContext into the SOAP session table |
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. |
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 | |
---|---|
static void |
DependencyManager.initService(ServiceGroupContext serviceGroupContext)
To init all the services in application scope |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |