Interface Axis2ClientConfigContextProvider

All Known Implementing Classes:
Axis2ClientConfigContextProviderImpl

public interface Axis2ClientConfigContextProvider
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.axis2.context.ConfigurationContext
    Returns the Configuration Context for the specified tenant ID, Create a Configuration Context if not already created, and return it.
  • Field Details

  • Method Details

    • getConfigurationContext

      org.apache.axis2.context.ConfigurationContext getConfigurationContext() throws RemoteException
      Returns 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.
      Parameters:
      tenantID -
      Returns:
      Throws:
      RemoteException