Class Axis2ClientConfigContextProviderImpl
java.lang.Object
org.wso2.carbon.client.configcontext.provider.Axis2ClientConfigContextProviderImpl
- All Implemented Interfaces:
Axis2ClientConfigContextProvider
public class Axis2ClientConfigContextProviderImpl
extends Object
implements Axis2ClientConfigContextProvider
-
Field Summary
Fields inherited from interface org.wso2.carbon.client.configcontext.provider.Axis2ClientConfigContextProvider
AXIS2_CLIENT_CONTEXT_PROVIDER_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.axis2.context.ConfigurationContextReturns the Configuration Context for the specified tenant ID, Create a Configuration Context if not already created, and return it.
-
Constructor Details
-
Axis2ClientConfigContextProviderImpl
public Axis2ClientConfigContextProviderImpl()
-
-
Method Details
-
getConfigurationContext
public org.apache.axis2.context.ConfigurationContext getConfigurationContext() throws RemoteExceptionReturns the Configuration Context for the specified tenant ID, Create a Configuration Context if not already created, and return it. If the client Configuration Context for that tenant is available, it will return it.- Specified by:
getConfigurationContextin interfaceAxis2ClientConfigContextProvider- Parameters:
tenantID-- Returns:
- Throws:
RemoteException
-