Class GhostServiceMetaArtifactsLoader
- java.lang.Object
-
- org.wso2.carbon.utils.multitenancy.GhostServiceMetaArtifactsLoader
-
- All Implemented Interfaces:
GhostMetaArtifactsLoader
public class GhostServiceMetaArtifactsLoader extends Object implements GhostMetaArtifactsLoader
-
-
Constructor Summary
Constructors Constructor Description GhostServiceMetaArtifactsLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidloadArtifacts(org.apache.axis2.engine.AxisConfiguration axisConfiguration, String tenantDomain)This method will be used by all the ghost meta artifact loaders to define their logic
-
-
-
Method Detail
-
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
-
-