public interface Axis2ConfigurationContextObserver
Modifier and Type | Method and Description |
---|---|
void |
createdConfigurationContext(org.apache.axis2.context.ConfigurationContext configContext)
This method will be notified after a new Axis2 ConfigurationContext is created
|
void |
creatingConfigurationContext(int tenantId)
This method will be notified just before creating a new ConfigurationContext for any tenant
|
void |
terminatedConfigurationContext(org.apache.axis2.context.ConfigurationContext configCtx)
Notification after a ConfigurationContext has been terminated
|
void |
terminatingConfigurationContext(org.apache.axis2.context.ConfigurationContext configCtx)
Notification before a ConfigurationContext is terminated
|
void creatingConfigurationContext(int tenantId)
tenantId
- The ID of the tenantvoid createdConfigurationContext(org.apache.axis2.context.ConfigurationContext configContext)
configContext
- The newly created ConfigurationContextvoid terminatingConfigurationContext(org.apache.axis2.context.ConfigurationContext configCtx)
configCtx
- The ConfigurationContext which will be terminatedvoid terminatedConfigurationContext(org.apache.axis2.context.ConfigurationContext configCtx)
configCtx
- The ConfigurationContext which was terminatedCopyright © 2016 WSO2 Inc. All rights reserved.