Class GhostServiceMetaArtifactsLoader
java.lang.Object
org.wso2.carbon.utils.multitenancy.GhostServiceMetaArtifactsLoader
- All Implemented Interfaces:
GhostMetaArtifactsLoader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidloadArtifacts(org.apache.axis2.engine.AxisConfiguration axisConfiguration, String tenantDomain) This method will be used by all the ghost meta artifact loaders to define their logic
-
Constructor Details
-
GhostServiceMetaArtifactsLoader
public GhostServiceMetaArtifactsLoader()
-
-
Method Details
-
loadArtifacts
public void loadArtifacts(org.apache.axis2.engine.AxisConfiguration axisConfiguration, String tenantDomain) Description copied from interface:GhostMetaArtifactsLoaderThis method will be used by all the ghost meta artifact loaders to define their logic- Specified by:
loadArtifactsin interfaceGhostMetaArtifactsLoader- Parameters:
axisConfiguration- - current tenant axis configurationtenantDomain- - current tenant domain
-