public class CarbonConfigurationContextFactory extends Object
Constructor and Description |
---|
CarbonConfigurationContextFactory() |
Modifier and Type | Method and Description |
---|---|
static void |
clear() |
static org.apache.axis2.context.ConfigurationContext |
createNewConfigurationContext(org.apache.axis2.engine.AxisConfigurator configurator,
org.osgi.framework.BundleContext bundleContext)
Create a new ConfigurationContext for this WSAS server instance
|
static org.apache.axis2.context.ConfigurationContext |
getConfigurationContext()
Retrieve the server ConfigurationContext
|
public static org.apache.axis2.context.ConfigurationContext getConfigurationContext()
public static org.apache.axis2.context.ConfigurationContext createNewConfigurationContext(org.apache.axis2.engine.AxisConfigurator configurator, org.osgi.framework.BundleContext bundleContext) throws org.apache.axis2.AxisFault
configurator
- The Axis2 ConfiguratorbundleContext
- primary bundle context.org.apache.axis2.AxisFault
- If ConfigurationContext creation failspublic static void clear()
Copyright © 2016 WSO2 Inc. All rights reserved.