Package | Description |
---|---|
org.apache.axis2.context | |
org.apache.axis2.engine |
Modifier and Type | Method and Description |
---|---|
ServiceGroupContext |
ConfigurationContext.createServiceGroupContext(AxisServiceGroup serviceGroup)
Create a ServiceGroupContext for the specified service group, and notify any registered
ContextListener.
|
ServiceGroupContext |
MessageContext.getServiceGroupContext() |
ServiceGroupContext |
ServiceContext.getServiceGroupContext() |
ServiceGroupContext |
ConfigurationContext.getServiceGroupContext(String serviceGroupCtxId)
Returns a ServiceGroupContext object associated with the specified ID from the internal
table.
|
ServiceGroupContext |
SessionContext.getServiceGroupContext(String serviceGroupID) |
ServiceGroupContext |
ConfigurationContext.getServiceGroupContextFromSoapSessionTable(String serviceGroupContextId,
MessageContext msgContext)
Retrieve the ServiceGroupContext from the SOAP session table
|
Modifier and Type | Method and Description |
---|---|
Iterator<ServiceGroupContext> |
SessionContext.getServiceGroupContext() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static void |
DependencyManager.initService(ServiceGroupContext serviceGroupContext)
To init all the services in application scope
|
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.